.jqzoom{
	/*
	border:1px solid #CCCCCC;
	float:left;
	*/
	position:relative;
	padding:0px;
	cursor:crosshair;
}

.jqzoom{
	/*
	float:left;
	*/
}


div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:0px;
left:0px;
_width                   : 200px;
_height                   : 200px;

height                  : 500px;
width:calc((100% - 174px) - 45%)!important;
min-width:425px!important;
max-width:670px!important;

min-height:425px!important;
max-height:100%!important;

background: #ffffff;
border:1px solid #CCCCCC;
display:none;
text-align: center;
overflow: hidden;
margin-left: 70px;

}
div.jqZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
top:0px;
left:0px;
/*width                   : 50px;

height                  : 50px;
*/
border: 1px solid #aaa;
background: #ffffff url(../images/zoomlens.gif) 50% top  no-repeat;
opacity: 0.3;
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
filter: alpha(Opacity=30);
}


#MainPhoto{
	_width:100%!important;
	max-width:100%!important;
	max-height:600px!important;
}
img.bigimg{
	min-width:1000px;
}
.jqzoom.middle+div.zoomdiv img{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	margin: auto 0;
}
