/*


   Magic Zoom v4.0.2 
   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;
	
}

/* tyle of the hint text and image */
.MagicZoomHint {
	padding: 2px 2px 2px 20px !important;
	min-height: 24px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
	color: #444;
	background-image: url(hint.gif);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}

/* Style to hide external title on a page. Only needed for #id method */
.MagicZoomExternalTitle {
display: none;
}

/* Style of the zoomed image */
.MagicZoomBigImageCont {
	border: 1px solid #bcbec0;
	height: 300px;
	width: 300px;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
	font-size: 10pt !important;
	line-height: normal !important;
	color: #fff;
	background: #969fa9;
	text-align: center !important;
	height: ;
	width: 300px;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
	border: 1px solid #aaa;
	background: #fff;
	cursor: move;
	height: 300px;
	width: 300px;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
border: 1px solid #ccc;
background: #fff url(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;
}

