
div.zoomdiv {
z-index: 3000;
position                : absolute;
top:0px;
left:0px;
width                   : 190px;
height                  : 185px;
background: transparent;
border:0px solid #CCCCCC;

text-align: center; 
overflow: hidden;
margin-top:250px;

}


img.jqzoom{
cursor:crosshair;
cursor: url('Cursor-moz_zoom_in.cur'), -moz-zoom-in;
position:relative;


}