
div.zoomdiv {
z-index:100;
position:absolute;
top:0px;
left:0px;
width:300px;
height:300px;
background: #ffffff;
border:1px solid #CCCCCC;
display:none;
text-align:center;
vertical-align:middle;
overflow: hidden;
margin-top:200px;
}


img.jqzoom{
cursor:crosshair;
position:relative;
max-width:338px;
max-height:515px;
/*width:293px;
height:293px;*/
_width: expression(this.width > 338 ? 338: true);
_height: expression(this.height > 515 ? 515: true);
}
