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

.jqzoom img{
	float:left;
}


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


}

div.jqZoomPup {
	z-index                 : 10;
	visibility              : hidden;
	position                : absolute;
	top:0px;
	left:0px;
	width                   : 170px;
	height                  : 200px;
	border: 1px solid #aaa;
	background-color: white;
	/*background: transparent url(../images/jqzoon_lens.png) 50% top  no-repeat;;*/
	opacity: 0.3;
	
	-khtml-opacity: 0.3;
	filter: alpha(Opacity=30);
	-moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; 
	cursor: crosshair;
}
#fxWrapper {

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

div.jqZoomPup {
	width:170px;
	height:200px;
	z-index: 1000;
}
.zoomdiv {
	top: 0;
	left:0px;
	display:block !important;
}

#image {
	position:relative;
	float:left;
	
}
.product-bg-single{background: url(../images/product_view_bg.gif) no-repeat;width:337px;height:337px}
