/*


   Magic Zoom v3.1.18 
   Copyright 2010 Magic Toolbox
   You must buy a license to use this tool.
   Go to www.magictoolbox.com/magiczoom/


*/

.MagicZoom img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;


}

/* Style of zoomed window */
.MagicZoomBigImageCont {
border: 0px solid #999;
width:0px;
height:0px;
}

/* 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;
width:0px;
height:0px;
}

/* Style of small square under mouse */
.MagicZoomPup {
border: 0px solid #aaa;
background: none;
width:0px;
height:0px;
}

/* Style of message box while image is loading */
.MagicZoomLoading {
border: 0px solid #ccc;
background: none;
padding: 0px 0px 0px 0px !important;
margin: 0;
text-decoration: none;
text-align: left;
font-size: 0pt;
font-family: sans-serif;
color: #444;
width:0px;
height:0px;
}