<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-previews-left-zoom-box{float:left;position:relative;/*relative*/padding:0px;cursor:move;}
.content-previews-left-zoom-box img{float:left;}
div.zoomdiv {
z-index                 : 100;
position                : absolute;
top:-10px;
left:0px;
width                   : 200px;
height                  : 200px;
background: #ffffff;
border:1px solid #82acd5;
display:none;
text-align: center;
overflow: hidden;
}

div.jqZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
top:0px;
left:0px;
width                   : 50px;
height                  : 50px;
border: 1px solid #aaa;
background: #ffffff url(images/zoom.gif) 50% top  no-repeat;
opacity: 0.3;
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
filter: alpha(Opacity=30);
}
</pre></body></html>