/* Copyright 2009 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* Zoomed area */
.MagicZoomBigImageCont {
border: 1px solid #efefef;
}

/* Header (shown if "title" attribute is present in the <a> tag) */
.MagicZoomHeader {
font: 0.8em;
color: #3f3f3f;
background: #dfdfdf;
text-align: center !important; 
}

/* Small zoom area under mouse */
.MagicZoomPup {
border: 1px solid #aaa;
background: #ffffff;
cursor: hand;
}

/* Loading box (displays while large image is downloading) */
.MagicZoomLoading {
text-align: center;
background: #ffffff;
color: #444;
border: 1px solid #ccc;
opacity: 0.8;
padding: 3px 3px 3px 3px !important;
display: none; /* do not edit this line please */
}

/* Loading box image */
.MagicZoomLoading img {
padding-top: 3px !important;
}

/* Thumbnail link <a> */
.MagicThumb {
margin-left:125px;
cursor: url(../img/cursor/zoomin.cur), pointer;
outline: none;
overflow:hidden;
}

/* Thumbnail link <a> when the big image is zoomed */
.MagicThumb-zoomed {
cursor: default;
}

/* Span inside the thumbnail <a> */
.MagicThumb span {
display: none;
}

/* Thumbnail image */
.MagicThumb img {
border: none;
outline: none;
}

/* Image while enlarging */
.MagicThumb-image {
border: 1px solid #cccccc;
outline: none;
}

/* The enlarged image */
.MagicThumb-image-zoomed {
cursor: url(../img/cursor/zoomout.cur), pointer;
}

/* Caption under the enlarged image */
.MagicThumb-caption {
color: #333333;
background-color: #F0F0F0;
border: 1px solid #CCCCCC;
border-top: none;
font-family: Verdana, Helvetica;
font-size: 11px;
padding: 8px 16px;
overflow: hidden;
}

/* Control bar at top of enlarged image */
.MagicThumb-controlbar {
display: block;
height: 18px;
}

.MagicThumb-controlbar a {
display: block;
width: 18px;
height: 18px;
margin: 0px 1px;
outline: none;
float: left;
overflow: hidden;
}

.MagicThumb-controlbar a span {
display: block;
width: 1000px;
height: 1000px;
background: transparent url(../img/cursor/controlbar.png) no-repeat 0 0;
outline: none;
position: absolute;
left: 0px;
top: 0px;
}

/* Loading message box */
.MagicThumb-loading {
border: 1px solid #000000;
background: #ffffff url(../img/cursor/loader.gif) no-repeat 2px 50%;
padding: 2px 2px 2px 22px;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
}