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