.product-img-box {
	/*float:left;
width:100%;*/
}
.jqzoom{
	float:left;
	position:relative;
	padding:0px;
	cursor:pointer;
	height: 0;
}

.jqzoom img{
	float:left;
}


div.zoomdiv {
	z-index                 : 100;
	position                : absolute;
	top: 0px;
	left: 0px;
	width                   : 200px;
	height                  : 200px;
	background: transparent;
	
	display:none;
	text-align: center;
	overflow: hidden;
	margin: -4px 0 0 0;
	padding: 0;
	/*border: 2px solid lime;*/

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

}
.jqzoom {
	z-index:100;
	float:none;
}

div.jqZoomPup {
	width: 148px;
	height: 115px;
	z-index: 1000;
	/*border: 2px solid #ccc;*/
}
.zoomdiv {
	left:0px;
	display:block !important;
}

#image {
	float:left;
}
