.carousel {
	width: 100%;
	margin: 0 auto;
}

.carousel-wrap {
width: 868px;
position: relative;
overflow: hidden;
margin: 0 auto;
}

.carousel-list {
list-style: none;
width: 10000px;
position: relative;
left: 0;
transition: all 0.2s;
}

.carousel-item {
float: left;
width: 190px;
padding: 0 36px 0 0;
}

.carousel-item img { 
display: block;
width: 180px;
height: 115px;
overflow: hidden;
border: 5px solid #fff;
}

.carousel-controls-button {
width: 13px;
height: 26px;
position: relative;
top: -75px;
cursor: pointer;
text-indent: -10000px;
}

.carousel-controls-button-prev {
float: left;
background: url('../img/carousel-left.png') no-repeat 50% 50%;
}

.carousel-controls-button-next {
float: right;
background: url('../img/carousel-right.png') no-repeat 50% 50%;
}