﻿.product-img-box {
	/*float:left;
width:100%;*/
}
.jqzoom{
	float:left;
	position:relative;
	padding:0px;
	cursor:crosshair;
}

.jqzoom img{
	float:left;
}


div.zoomdiv {
	z-index                 : 10000;
	position                : absolute;
	top:0px;
	left:0px;
	width                   : 200px;
	height                  : 200px;
	background: #ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align: center;
	overflow: hidden;


}

div.jqZoomPup {
	z-index                 : 10;
	visibility              : hidden;
	position                : absolute;
	top:0px;
	left:0px;
	width                   : 50px;
	height                  : 50px;
	/*border: 1px solid #aaa;*/
	
	/*opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);*/
}
#fxWrapper {

}
.jqzoom {
	z-index:100;
	float:none;
}

div.jqZoomPup {
	width:50px;
	height:50px;
	z-index: 1000;
}
.zoomdiv {
	left:0px;
	display:block !important;
}

#image {
	margin-top:20px;
	float:left;
}
.hoverimagetext{
	font-size:.8em;
	
}
