.wrapper {
	width: 100%;
}

.list_carousel {
	margin: 0;
	width: 100%;
	position: relative;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	float: left;
	position: relative;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.clearfix {
	float: none;
	clear: both;
}

.prev {
	float: left;
	position: absolute;
	top: 0;
	left: -41px;
	width: 31px;
	height: 31px;
	background: url(../../../im/carousel/1/btn_prev_item.png) no-repeat;
}

.prev:hover {
	opacity: 0.8;
}

.next {
	float: right;
	position: absolute;
	top: 0;
	right: -41px;
	width: 31px;
	height: 31px;
	background: url(../../../im/carousel/1/btn_next_item.png) no-repeat;
}

.next:hover {
	opacity: 0.8;
}

.pager {
	float: left;
	width: 100%;
	text-align: center;
	margin: 40px 0 0 0;
}

.pager a {
	margin: 0 3px;
	text-decoration: none;
	display: inline-block;
	background: url(../../../im/carousel/1/pagination.png) no-repeat;
	text-indent: -999em;
	width: 8px;
	height: 8px;
}

.pager a:hover {
	background-position: 0 -16px;
}

.pager a.selected {
	background-position: 0 -8px;
}
