body{
	
	font-family: Arial, Helvetica, sans-serif;
	
	}
#colletionBox{
	display:block;
	width:100%;
	height:290px;

	}
	
	
.infiniteCarousel h1{
	font-size:24px;
	line-height:54px;

	}

.infiniteCarousel {

  display:block;
  margin:0 auto;
  width: 960px;
  height:290px;
  position: relative;
  background-color:#fff;
  overflow:hidden;
  }

.infiniteCarousel .wrapper {
  width: 875px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 220px;
  margin: 0 40px;
  margin-top:80px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 0px solid #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  /*padding: 15px;*/
  height: 200px;
  width: 215px;
  background-color:#fff;
  border: 2px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
}

.infiniteCarousel ul li a{
	text-decoration:none;

}


.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 38px;
  width: 25px;
  text-indent: -999px;
  position: absolute;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
  background: transparent url(../../image/sliderBox/arrows.png) no-repeat top right;
  top: 160px;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
  background: transparent url(../../image/sliderBox/arrows.png) no-repeat top left;
  top: 160px;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
  background: transparent url(../../image/sliderBox/arrows.png) no-repeat top right;
  top: 160px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
  background: transparent url(../../image/sliderBox/arrows.png) no-repeat top left;
  top: 160px;
}
#slideName{
	color:#333;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:15px;
	line-height:24px;
	display:block;
	width:180px;
	height:50px;
	overflow:hidden;
	
	}
#slideBox{
	border:1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	}
#slideBox img{
	padding-left:16px;
	padding-top:5px;
	
	
	}
	
#colletionBox2{
	display:block;
	width:100%;
	height:420px;
	}
	
#colletion2{
	display:block;
	margin:0 auto;
	width:770px;
	height:420px;
	background-color:#fff;
	}
#colletion2 h1{
	font-size:24px;
	line-height:64px;
	margin:0;
	padding:0;
	padding-left:5px;
	text-indent:-100px;
	
	
		
	}
	
#colletion2 ul{
	float:left;
	padding:0;
	margin:0;	
	}
#colletion2 ul li{
	display:block;
	width:150px;
	height:150px;
	float:left;
	padding:10px;
	border:1px solid #999;
	border-radius:10px;
	margin:5px;
	background-color:#fff;
	text-align:center;
	font-size:15px;
	line-height:17px;

	}

#colletion2 ul li img{
	padding-left:7px;
	padding-top:7px;
	border:0px;
	}
#colletion2 ul li a{
	color:#000;
	
}
