/************************  旋轉木馬效果及內容 ********************************/
	.infiniteCarousel {
		position: relative;float:left;
		height:260px;
		width:930px;	
}
	.infiniteCarousel .wrapper {
		width: 848px; height:260px; overflow:hidden; _overflow:none; margin:10px 0 0 40px;
		position: absolute;top: 0; }
		
.infiniteCarousel .wrapper ul {
	width: 9999px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	
}
	
	.infiniteCarousel ul li {
		margin:0 0 0 0; display:block; float:left;  width:174px; height:250px; overflow:hidden; _overflow:none;}
		.infiniteCarousel ul li img{
			float:left; width:150px; height:190px; margin:0 auto;display:block;object-fit: contain;}
		.infiniteCarousel ul li span{ text-align: center; padding: 6px 19px 0px 0px; line-height:18px; display: block; clear: both; height: 36px; overflow: hidden;}
				
	.infiniteCarousel .arrow {
		display: block;position: absolute;top: 0px; cursor: pointer;}
	.infiniteCarousel .forward {
		margin-right:0px; background-position: 0 0;right:0;height: 214px;width: 40px; background:url(../../images/index/fiveright.png)  no-repeat; background-position: right center;}
	.infiniteCarousel .back {
		margin-left:0px; left:0px; height: 214px;width: 40px; background: url(../../images/index/fiveleft.png)  no-repeat; background-position: left center;}
	
/************************  ********************************/

