/*


   Magic Zoom v3.1.26 
   Copyright 2011 Magic Toolbox
   Buy a license: www.magictoolbox.com/magiczoom/
   License agreement: http://www.magictoolbox.com/license/


*/

.MagicZoom img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
z-index: 100;
}

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

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

/* this overrides the sites global opacity on hovers */
.MagicZoom:hover {
	opacity: 1;
}

/* 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("http://cdn.sockdreams.com/gfx/icons/loader.gif?c=4PX6EBZI37TCVPWFA87UZ5") 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;
}

#product_image_big-big {
	position: absolute;
	top: 10px;
	left: 220px;
}
