.product_img
{
	float: left;
	width:635px;
	padding-bottom:20px;
	text-align: center;
	position: relative;
}
.product_img span
{
	width:128px;
	font-size: 11px;
	color: #666;
	position: absolute;
	top:130px;
	left:0px;
}
.product_img a
{
	float: left;
	width:128px;
	height:128px;
	margin:20px 30px 15px 0px;
	position: relative;
}
.product_img img
{
	border: 1px solid #e6c7a4;
}
div.jqZoomTitle
{
	z-index:10000;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #C69C6C;
}



.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.5;
		opacity: 0.5;
		/*filter: alpha(opacity = 50);*/
		z-index:10;
		cursor:crosshair;
		border: 1px solid #666;
}

.jqZoomPup img
{
	border: 0px;
}

/*.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
	width:90px;
	height:43px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}*/

* html .preload{
	
	width:90px;
	height:43px;

}

.jqZoomWindow
{
	float: left;
	width:600px;
	height:500px;
	position: absolute;
	overflow: hidden;
	z-index: 10000;
	display:none;
	border: 1px solid #C69C6C;
	border: 1px solid red;
}


