
.jqzoom{
border:1px solid black;
float:left;
position:relative;
padding:0px;
cursor:pointer;
}

.jqzoom img{
float: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.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.5;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(Opacity=50);
}
.pnlImagesViewer { margin:10px; padding:0; font:normal 0.625em Arial, Helvetica, sans-serif;}
.pnlImagesViewerPager { clear:both; float:left; width:100%;}
.pnlImagesViewerPagerLeft { float:left; width:513px;}
.pnlImagesViewerPagerRight { float:left; width:130px; margin-top:15px;}
.pnlImagesViewerPagerRight a.ivPagerBack { float:left; width:15px; height:20px; background:url(images/arrowLeft.gif) no-repeat; text-indent:-9999px;}
.pnlImagesViewerPagerRight a.ivPagerNext { float:left; width:15px; height:20px; background:url(images/arrowRight.gif) no-repeat; text-indent:-9999px;}
.pnlImagesViewerPagerRight strong { float:left; width:100px; margin-top:3px; font-size:1.1em; text-align:center;}
.pnlImagesViewerPager h2 { margin:0 0 5px; font-size:2.1em; font-weight:normal; color:#040404}
.pnlImagesViewerPager p { margin:0 0 15px; padding:0; font-size:1.1em; }
.pnlImagesViewerContent { clear:both; float:left; width:100%;}