.list_carousel {
	float: left;
	height: 428px;
	width: 630px;
	margin: 0px;
	position: relative;
	z-index: 399;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 630px;
}
.list_carousel li {
	width: 630px;
	height: 428px;
	margin: 0px;
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
	margin-bottom: 10px;
			}

			a.prev, a.next {
	background: url(../images/resources/miscellaneous_sprite.png) 0 0 no-repeat transparent;
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: 85px;
	z-index: 2132;
			}
			a.prev {		left: -22px; }
			a.prev:hover {	background-position: 0 -50px; }
			a.next {		right: -22px;
							background-position: -50px 0; }
			a.next:hover {	background-position: -50px -50px; }
			a.prev span, a.next span {
				display: none;
			}
			.pagination {
				text-align: center;
			}
			.pagination a {
	background: url(../images/resources/miscellaneous_sprite.png) 0 -100px no-repeat transparent;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
			}
			.pagination a.selected {
				background-position: -25px -100px;
				cursor: default;
			}
			.pagination a span {
				display: none;
			}
