.list_carousel {
margin: 0 10px 10px 10px;
width: 100%;
}
.list_carousel ul {
margin:0 10px 0 18px;
padding: 0;
list-style: none;
display: block;
}
.list_carousel li {
color:#d2006e;
line-height:11px;
font-size:11px;
text-align: center;
height: 175px;
padding: 0;
margin: 6px;
display: block;
float: left;
}
.list_carousel li span {display:block;}
.list_carousel.responsive {
width: auto;
margin-left: 0;
}

.prev, .next {position:absolute; z-index:100; margin-top:70px; width:27px; height:27px; background:url('../images/arrows-slider.png') no-repeat;}
.prev {
margin-left: -11px;
background-position:0 0;
}
.next {
margin-left: 395px;
background-position: -27px 0;
}
.prev:hover {background-position:0 -27px;}
.next:hover {background-position:-27px -27px;}