.jscarousal
{
	width: 1002px;
	height: 160px;
	margin:0 auto;
	padding: 0;
	position: relative; /*overflow: hidden;*/
}
.jscarousal .jscarousal-left, .jscarousal .jscarousal-right
{
	float: left;
	width: 23px;
	height: 98px;
	color: White;
	position: relative;
	top: 12px;
	cursor: pointer;
}
.jscarousal .jscarousal-left
{
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left;
}
.jscarousal .jscarousal-right
{
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: right;
}
.jscarousal-contents
{
	width: 945px;
	height: 160px;
	float: left;
	position: relative;
	overflow: hidden;
	 margin-left:10px;
	 
}
.jscarousal-contents > div
{
	position: absolute;
	width: 100%;
	height: 160px;
}


.jscarousal-contents > div > div
{
	float:left; display:inline; margin-left:13px; margin-right:10px; position:relative;
}
.jscarousal-contents img
{
	width: 210px;
	height: 144px;
	
}
.shxg { width:210px; height:144px;}
.shxg div:hover{ cursor:pointer; width:210px; height:30px; display:block}
.shxg div:hover .zcgl{width:210px; height:30px; display:block;background:url(../images/fwx1.png) no-repeat 0 0;}