/*


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


*/

#zoom {
width: 340px;
height: 340px;
margin: 0px 0px 10px 0px;
}

.MagicZoom img {
border: none !important;
}

.MagicZoom img a{
border: none !important;
}

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

/* 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;
}

/* Style of small square under mouse */
.MagicZoomPup {
border: 1px solid #aaa;
background: #fff;
cursor: move;
}

/* 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;
}

.MagicZoomTb {
border: none;

}

.MagicZoomTb img{
border: none;
float: left;
width: 50px;
height: 50px;
margin: 0px;
padding: 0px;
}

a.MagicZoomTb img a{
width: 340px;
height: 340px;
border: none;
}
