/*


   Magic Zoom v4.0.3 
   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 {
background:url(../images/hint.gif) no-repeat 2px 50%;
padding: 2px 2px 2px 20px !important;
min-height: 24px;
margin: 0;
margin-left:300px;
text-decoration: none;
text-align: left;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}

/* 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 #999;
*/
border: 2px solid #000;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
font-size: 10pt !important;
line-height: normal !important;
color: #fff;
background: #666;
text-align: center !important;
/* kerfoot */
border-bottom: #000 solid 2px;
font-weight: bold;
}

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

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

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
-moz-box-shadow: 3px 3px 4px #888888;
-webkit-box-shadow: 3px 3px 4px #888888;
box-shadow: 3px 3px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
-moz-box-shadow: 0px 0px 4px 4px #888888;
-webkit-box-shadow: 0px 0px 4px 4px #888888;
box-shadow: 0px 0px 4px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}
#zoom_div
{
	
padding:2% 0%;
}
#zoom_div img
{
	max-width:none !important;
}
.zl , .zr
{
	float:left;
	margin:0% 1%;
}
.zr
{
	float:left;
	
}
#zoom_div1 { display:none; }
@media only screen and ( max-width : 710px ) {
	#zoom_div { display:none; }
	#zoom_div1 { display:block; }

	#zoom_div1  a {
		float:left;
		display:block;
		margin-right:10px;
	}
	#zoom_div1 .zl {
		width:100%
	}
	.m-main-image-link {
		margin-bottom:20px;
		margin-left:auto !important;
		margin-right:auto;
	}
}
