.jqzoom{
padding:0px;
cursor:pointer;
z-index                 : 100;
}

.jqzoom img{
float:left;
z-index                 : 110;
}


div.zoomdiv {
width:420px;
height:378px;

background: #ffffff;
border:solid #DCDCDC 1px;
display:none;
text-align: center;
overflow: hidden;
}

div.jqZoomPup {
z-index                 : 120;
visibility              : hidden;
position                : absolute;
top:0px;
left:0px;
}
