/*


   Magic Zoom v3.1.18 DEMO
   Copyright 2010 Magic Toolbox
   You must buy a license to use this tool.
   Go to www.magictoolbox.com/magiczoom/


*/

.MagicZoom {
padding-top:0px;
}


.MagicZoom img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
}

/* Style of zoomed window */
.MagicZoomBigImageCont {


}

#zoom-wrap{
	           float:left;
                width:238px!important;
				background : url(../images/elements/zoom-bg.png)!important;
				height:283px!important;
				position: absolute; left: 446px;
				 top: -5px;
			visibility : hidden;
			z-index:1700;
}
#zoom-big{
	position: absolute; left: 20px; top: 10px;
}




/* Style of header, activated with "title" attribute in <a> tag */
.MagicZoomHeader {
font-size: 8pt !important;
line-height: normal !important;
color: #fff;
background: #666;
text-align: center !important;
display:none!important;
}

/* Style of small square under mouse */
.MagicZoomPup {
border: 1px solid #aaa;
background: #fff;
cursor: move;
width:50px;
height:50px;
}

/* Style of message box while image is loading */
.MagicZoomLoading {
border: 1px solid #ccc;
background: #fff url(img/ajax-loader.gif) no-repeat 2px 50%;
padding: 4px 4px 4px 24px !important;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}
