.jqzoom {
	position:relative;padding:0px;
}
.zoomdiv {
	z-index:8;
	position:absolute;
	top:0px;
	left:0px;
	width:360px;
	height:512px;
	background:url(images/loading.gif) #fff no-repeat center center;
	border:1px solid #cdcdcd;
	display:none;
	text-align:center;
	overflow: hidden;
}
/*.bigimg{width:300px;height:300px;}*/
.jqZoomPup{
	z-index:3;visibility:hidden;
	position:absolute;
	top:0px;left:0px;
	width:10px;height:10px;
	background:#CAC7C0 50% top no-repeat;
	opacity:0.5;-moz-opacity:0.5;
	-khtml-opacity:0.5;filter:alpha(Opacity=50);
	cursor:move;
}
/*
span.tozoom{
	float:left;	
	text-align:center;
}

div.zoomdiv {
	z-index : 100;
	position : absolute;
	top:0px;
	left:0px;
	background: #ffffff;
	border:1px solid #C8C8C8;
	display:none;
	text-align: center;
	overflow: hidden;
}


img.jqzoom{
	cursor:col-resize;
	position:relative;
}
*/
