.jqzoom{
	float:left;
	position:relative;
	padding:0px;
	background:#fff;
	/*cursor:pointer;*/}
.jqzoom img{
	float:left;
}
.zoomdiv{
	z-index:100;
	position:absolute;
	top:1px;
	left:0px;
	width:20px;
	height:20px;
	background:#fff;
	border:1px solid #dfdfdf;
	display:none;
	text-align:center;
	overflow: hidden;
}
.bigimg{
	/*width:800px;
	height:800px;*/
}
.jqZoomPup{
	z-index:100;
	visibility:hidden;
	position:absolute;
	top:0px;left:0px;
	width:50px;height:50px;
	background:url(../images/mask.png);
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:crosshair;
}