@charset "utf-8";
/*
*	****************************************
*	*          jqzoom              
*	****************************************
*/
.zoomWrap{
	width:452px;
	overflow:hidden;
	float:left;
}
.jqzoom{
	float:left;
	border:none;
	position:relative;
	padding:0px;
	cursor:pointer;
	margin:0px;
	display:block;
}
.jqzoom img{
	background:url(../images/default/loading.gif) no-repeat center center;
}
.zoomdiv{
	z-index:100;
	position:absolute;
	background:#ffffff;
	border:1px solid #CCCCCC;
	display:none;
	text-align:center;
	overflow:hidden;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:20px;
	border:1px solid #aaa;
	background:#ffffff;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
.spec-preview{
	width:450px;
	height:337px;
	border:1px solid #DFDFDF;
}
.spec-scroll{
	clear:both;
	margin-top:10px;
	width:452px;
	overflow:hidden;
}
.spec-scroll .prev{
	float:left;
	margin-right:22px;
	background:url(../images/default/productLeft.png) left center no-repeat;
}
.spec-scroll .next{
	float:right;
	background:url(../images/default/productsRight.png) left center no-repeat;
}
.spec-scroll .prev,.spec-scroll .next{
	display:block;
	width:24px;
	height:40px; 
	cursor:pointer;
	filter: alpha(opacity=30);
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	-ms-opacity: 0.3;
	-o-opacity: 0.3;
	opacity: 0.3;
}
.spec-scroll .prev:hover,
.spec-scroll .next:hover{
	filter: alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}
.spec-scroll .items{
	float:left;
	position:relative;
	width:360px;
	overflow:hidden;
	height:42px;
}
.spec-scroll .items ul{
	position:absolute;
	width:999999px;
	height:42px;
}
.spec-scroll .items ul li{
	float:left;
	width:72px;
	height:42px;
	text-align:center;
}
.spec-scroll .items ul li .sb{
	cursor:pointer;
}
.spec-scroll .items ul li img{
	width:52px;
	height:40px;
	border:#e5e5e5 1px solid;
}
.spec-scroll .items ul li:hover img{
	border-color:#730302;
}