.carousel-div{
	padding:0 0 3px 0  ;
	}
.list_carousel {
	margin: 0 0 5px 15px;
	width: auto;
	position:relative;
    }
.list_carousel ul {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
	cursor:pointer;
	}
.list_carousel li {		
	display: inline-block;
	float: left;
	display:block;
	line-height:22px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:20px;
    }
.list_carousel.responsive {
	width: auto;
}

a#prev {
  display: block;
  width: 25px;
  height: 27px;
  cursor: pointer;
  background: transparent url(../images/cycle.png) no-repeat 0 0;
  z-index:99;
  position: relative;
  top: 4px;
  float: right;
}
a#prev:hover {
  background: transparent url(../images/cycle.png) no-repeat 0 bottom;
  outline: none;
}
a#next {
  display: block;
  margin-left: 3px;
  width: 25px;
  height: 27px;
  cursor: pointer;
  background: transparent url(../images/cycle.png) no-repeat right 0;
  z-index:99;
  position: relative;
  top: 4px;
  float: right;
}
 
a#next:hover {
  background: transparent url(../images/cycle.png) no-repeat right bottom;
  outline: none;
}
#s2 img {margin-top: 1px; float: left; margin-bottom: 0; margin-right:  20px;}
#s2 a {
	color: #AFAAA1;
	font-size: 14px;
	font-weight: normal;	
}