.infiniteCarousel {
  width: 1200px;
  position: relative;
  margin-left:auto;
  margin-right:auto;
}

.infiniteCarousel .wrapper {
  width: 1130px; 
  overflow: auto;
  height: 337px;
  margin: 0px 45px;
  top: 0;
}
.infiniteCarousel ul a img {
  
  padding:0px;
  display:block;
}
.infiniteCarousel .wrapper ul {
  width: 896px; 
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
}
.infiniteCarousel ul li {
  display:block;
  color:#fff;
  float:left;
  padding: 0px 6px;
  height: 286px;
  width: 174px;
  text-align:center;
}
.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited{
	color:#fff;
	}
.infiniteCarousel .wrapper ul li a:hover{
	
	}
.infiniteCarousel ul li a:hover img {
  border-color: #fff;
}

.infiniteCarousel .arrow {
  display: block;
  height: 26px;
  width: 26px;
  text-indent: -999px;
  position: absolute;
  top: 160px;
  cursor: pointer;
  outline: 0;
}
.infiniteCarousel .forward {
  background:url(../images/green_skin.png)/*tpa=http://www.weisanyun.cn/images/green_skin.png*/ 0 -256px no-repeat;
  right: 0;
}
.infiniteCarousel .back {
  background:url(../images/green_skin.png)/*tpa=http://www.weisanyun.cn/images/green_skin.png*/ 0 -222px no-repeat;
  left: -50px;
}
.clearfix { float:none; clear:both;}

.w-prev,.w-next {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	display:block;
	cursor:pointer;
	width:40px;
	height:40px;
	background:#fff;
}

.w-next { background:url(../images/next.png)/*tpa=http://www.weisanyun.cn/images/next.png*/ 0 0 no-repeat; right:-10px; z-index:98;}
a.w-next:hover{ background-position:0 -40px;}
.w-prev { background:url(../images/prev.png)/*tpa=http://www.weisanyun.cn/images/prev.png*/ 0 0 no-repeat; left:0; z-index:99}
a.w-prev:hover{ background-position:0 -40px;}

#w-style .w-next,#w-style .w-prev {position:absolute;top:50%; margin:-20px 0;left:0;width:40px;height:40px;display:block;z-index:101;}
#w-style .w-next,#w-style .w-prev a { color:#888888; text-decoration:none;}
#w-style .w-next,#w-style .w-prev a:hover { text-decoration:underline;}
#w-style .w-next {left:330px;}

.col{
	color:#000;
}