
.list_carousel {
	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;
}
#prev, #next{
	position: absolute;
	display: block;
	width: 45px;
	height: 45px;
	top: -97px;
}
#prev:hover, #next:hover{background-position: 0 bottom;}
#next{
	background: url(../img/next.jpg) 0 0 no-repeat;
	right: 0;
}
#prev{
	background: url(../img/prev.jpg) 0 0 no-repeat;
	right: 49px;
}

