/*





   Magic Zoom v4.0.3 

   Copyright 2011 Magic Toolbox

   Buy a license: www.magictoolbox.com/magiczoom/

   License agreement: http://www.magictoolbox.com/license/





*/



/* Style of the main image */

.MagicZoom img {
border: 0 !important;

padding: 0 !important;

margin: 0 !important;
width: 690px;
height: 600px;

}
a img {
	text-decoration: none;
	border: 0 none;
	}



/* tyle of the hint text and image */

.MagicZoomHint {

background: #FF0000;
line-height: 30px;
width: 140px;
height: 30px;
padding: 3px 4px 3px 0px;
margin-top: 435px;
margin-left: 543px;
margin-right:-6px;
text-decoration: none;
text-align:center;
font-size: 20px;
font-weight: bold;
font:Arial, Helvetica, sans-serif;
color: #fff;

}



/* Style to hide external title on a page. Only needed for #id method */

.MagicZoomExternalTitle {

display: none;



}



/* Style of the zoomed image */

.MagicZoomBigImageCont {

border: 0px solid #999;

}



/* Style of text on the zoomed image */

.MagicZoomHeader {

font-size: 10pt !important;

line-height: normal !important;

color: #fff;

background: #666;

text-align: center !important;

}



/* Style of square magnify area under the cursor */

.MagicZoomPup {

border: 1px solid #aaa;

background: #fff;

cursor: move;

}



/* Style of loading message and icon shown during load */

.MagicZoomLoading {

border: 1px solid #ccc;

background: #fff 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;

font-family: sans-serif;

color: #444;

}



/* Style of shadow effect behind zoomed image */

.MagicBoxShadow {



/* For IE 5.5 - 7 */


}



/* Style of glow effect behind zoomed image */

.MagicBoxGlow {



}

