body {
height:100%;
overflow-y:auto;
}

.jqzoom, .not_jqzoom {
background-color: #EAF4F5;
float:left;
position:relative;
/*padding:5px 5px;*/
border: 1px solid #305F9C;
}

.jqzoom {
cursor:pointer;
}

.not_jqzoom{
width:300px;
margin:20px 50px 0 20px;
padding:10px;
}

.jqzoom img, .not_jqzoom img{
float:left;
}

.not_jqzoom img{
margin:10px 20px 0 0;
clear:left;
}


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;
}

div#zd_fixed {
 position                : fixed !important;
 position                : absolute;
 border:3px solid #CCCCCC;
}

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/attachements/zoom.gif) 50% top  no-repeat;;
opacity: 0.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}
