<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
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;

}
</pre></body></html>