.horizontalPlayWrapper {
	background:url(../images/banner_bg.png) no-repeat center;
	padding:30px;
	width:400px;
	margin-top:20px;
	position:relative;
	
}
.jcarousel-clip-horizontal {
	position:absolute;
	line-height:110px;
	text-align:center;
	top:-10px;
	left:-13px;
	WIDTH:427px;
	HEIGHT:110px;
	OVERFLOW: hidden;
	
}
.jcarousel-skin-tango li {
	
	WIDTH:135px;
	HEIGHT: 110px;
	display:block;
}
.jcarousel-item-horizontal {
	MARGIN-right:10px; /*產品間空隙*/
}
.horizontalNext {
	position:absolute;
	right:-23px;
		
	display:block;
	width:30px;
	height:40px;
	top:60px;
	background:url(../images/next.png) no-repeat;
}
.horizontalNext:hover {
	background:url(../images/next_hover.png) no-repeat;
}
.horizontalPrev {
	position:absolute;
	display:block;
	left:-26px;
	top:60px;
	width:30px;
	height:40px;
	background:url(../images/prev.png) no-repeat;
}
.horizontalPrev:hover{
	background:url(../images/prev_hover.png) no-repeat;
}