﻿
div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:0px;
left:0px;
width                   : 100px;
height                  : 100px;
background: #ffffff;
border:1px solid #CCCCCC;
display:none;
text-align: center;
overflow: hidden;
margin-left:5px; margin-top:0px;
}


img.jqzoom{
cursor:crosshair; 
position:relative;

}
