/*


   Magic Zoom Plus v4.0.2 
   Copyright 2011 Magic Toolbox
   Buy a license: www.magictoolbox.com/magiczoomplus/
   License agreement: http://www.magictoolbox.com/license/


*/


.Selector img {border: 1px solid #aa986b;}
.Selector:hover img {border: 1px solid #004d68;}
.Selector.Active img {border: 1px solid #a50000;}

/* Style of the small image link */
.MagicZoomPlus, .MagicZoomPlus:hover {
cursor: url(graphics/zoomin.cur), pointer;
outline: 0 !important;
}

/* Style of the small image */
.MagicZoomPlus img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
outline: 0 !important;
}

/* Style of the span inside the small image link */
.MagicZoomPlus span {
display: none !important; 
}

/* Style of hint box */
.MagicZoomPlusHint {
background: url(graphics/hint.gif) right 0 no-repeat;
padding: 0px !important;
height: 25px;
width: 345px;
margin: 0;
text-decoration: none;
text-align: left;
line-height: 0;
font-size: 8pt;
color: #444;
}

/* Style to hide external title or caption on a page. Only needed for #id method */
.MagicZoomPlus-ExternalText {
display: none;
}


/* Style of the zoomed image */
.MagicZoomBigImageCont {
border: 1px solid #424036;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
font-size: 11px !important;
line-height: normal !important;
color: #ffffff;
background-color:#424036;
text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
border: 2px solid #a50000;
background-color:#ccc;
cursor:url(graphics/zoomin.cur),pointer;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
border: 1px solid #424036;
background:#ffffff url(graphics/loader.gif) no-repeat 2px 50%;
padding: 4px 4px 4px 24px !important;
margin: 0;
text-decoration: none;
text-align: left;
line-height: 1.5em;
font-size: 8pt;
color:#424036;
}

/* Style of hotspots */
.MagicHotspots {
display: none;
visibility: hidden;
}
.MagicHotspots a {
border: 1px solid #424036;
}
.MagicHotspots a:hover {
border: 1px solid red;
}

/* Style of the small image when the large image is expanded */ 
.MagicThumb-expanded-thumbnail {
cursor: default;
}

/* Style of the expanded image */
.MagicThumb-expanded {
cursor: url(graphics/zoomout.cur), pointer;
background-color:#ffffff;
border: 1px solid #424036;
outline: 0;
padding: 0;
}

/* Style of the caption for the expanded image */
.MagicThumb-caption {
color: #ffffff;
font-weight:bold;
font-size:11px;
background-color:#424036;
text-align: left;
padding: 8px;
min-height: 18px !important;
border: 0 !important;
outline: 0 !important;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
background: transparent url(graphics/buttons1.png) no-repeat 0 0;
height: 24px;
display: block;
}

.MagicThumb-buttons a {
width: 24px;
height: 24px;
margin: 0!important;
overflow: hidden;
}

/* Style of the loading message box */
.MagicThumb-loader {
font-size:11px;
line-height: 1.5em;
border: 1px solid #424036;
background:#ffffff url(graphics/loader.gif) no-repeat 2px 50%;
padding: 2px 2px 2px 22px;
margin: 0;
text-decoration: none;
text-align: left;
}


/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
	box-shadow: 5px 5px 10px rgba(102,102,102,0.5);
	-moz-box-shadow: 5px 5px 10px rgba(102,102,102,0.5);
	-khtml-box-shadow: 5px 5px 10px rgba(102,102,102,0.5);
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')" !important;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
box-shadow: 5px 5px 10px rgba(102,102,102,0.5);
	-moz-box-shadow: 5px 5px 10px rgba(102,102,102,0.5);
	-khtml-box-shadow: 5px 5px 10px rgba(102,102,102,0.5);
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#666666') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#666666')" !important;
}
