.jqzoom{
	border:1px solid #999999;
	float:left;
	position:relative;
	cursor:pointer;
	margin-top: 400px;
	margin-left: 420px;
	height: 149px;
	width: 400px;
}

.jqzoom img{
float:left;
}


div.zoomdiv {
	z-index                 : 100;
	left:0px;
	width                   : 200px;
	height                  : 200px;
	/*background: #ffffff;
	border:1px solid  #999999;*/
	display:none;
	text-align: center;
	overflow: hidden;
	float: left;
 
	margin-left: -480px;
}

div.jqZoomPup {
	z-index                 : 10;
	visibility              : hidden;
	position                : absolute;
	top:0px;
	left:0px;
	width                  	: 10px;
	height                  : 50px;
	border: 1px solid #aaa;
	cursor:crosshair;
	/*background: #ffffff url(../images/zoom.gif) 50% top  no-repeat;;*/
	background-color: #FFF;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
