
small {
  margin:0 5px 30px;
  display:block;
  font-size:12px;
}
.swipe {
  /*margin-bottom:20px;*/
  overflow:hidden;
  position:relative;
  width:100%;
}
.swipe ul{
    overflow:hidden;
}
.swipe li div, .swipe div div div {
  font-weight:bold;
  color:#fff;
  font-size:20px;
  text-align:center;
}
.swipe li  img{
	max-width:100%;
}
.swipe li{
	margin:2px;
}
#slider2 li{
    width:450px;
}
#slider4{
	line-height:0;
	text-align:center;
	height:333px;
}
#slider4 ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
#pagenavi a.active{
	color:red;
}
#pagenavi a{ width:100px; height:60px;}
#pagenavi{ margin-left:20px;}
#slider li{
	width:450px;
	float:left;
}
#slider li:first-child{
	width:100px;
	margin:10px 40px;
}
#slider li:last-child{
	width:500px;
	border:3px solid #111;
}
#slider li:nth-child(2){
	width:200px;
}
#slider li:nth-child(3){
	width:300px;
}
#slider li:nth-child(4){
	width:450px;
}
#slider1 li{
	width:450px;
}