@charset "utf-8";
/* CSS Document */
.list_carousel {
	margin: 0;
	position: relative;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
	color: #333;
	text-align: center;
	padding: 0;
	margin: 0px;
	display: block;
	float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
	position: absolute;
	height: 79px;
	width: 38px;
	left: 10px;
	margin-top: -39px;
	top: 50%;
	z-index: 99;
			}
			.next {
	position: absolute;
	height: 79px;
	width: 38px;
	margin-top: -39px;
	top: 50%;
	right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}.prev2 {
	position: absolute;
	height: 26px;
	width: 18px;
	left: -25px;
	margin-top: -13px;
	top: 50%;
	z-index: 99;
}
.next2 {
	position: absolute;
	height: 26px;
	width: 18px;
	margin-top: -13px;
	top: 50%;
	right: -25px;
}
