
.list_carousel {
	margin: 0 -10px 0 -10px;
	width: auto;
	position:relative;
	padding-bottom: 35px;
    }
.list_carousel ul {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
	} 
.list_carousel li {		
	display: block;
	float: left;
	margin: 0 10px;
    }
.list_carousel.responsive {
	width: auto;
}


#prev-carousel, #next-carousel{
	display: block;
	position: absolute;
	width: 13px;
	height: 19px;
	top: -24px;
}
#prev-carousel:hover, #next-carousel:hover{background-position: 0 0;}
#prev-carousel{
	right: 35px;
	background: url(../images/prev-carousel.png) 0 bottom no-repeat;
}
#next-carousel{
	right: 17px;
	background: url(../images/next-carousel.png) 0 bottom no-repeat;
}

@media (min-width: 1230px) {
	.list_carousel{margin: 0 -15px;}
}
