
div.zoomdiv {
	z-index: 100;
	position: absolute;
	top:19px !important;
	left:400px !important;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border:4px solid #CCCCCC;
	display:block;
	text-align: center; 
	overflow: hidden;
}


img.jqzoom{
	position:relative;
	border:0px;
}
img.jqzoom img:hover{
	cursor:help;
}

div.jqZoomPup {
z-index                 : 10;
visibility              : hidden;
position                : absolute;
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);
}

