@charset "utf-8";
.list_carousel {
				
				margin: 0px 0 0px 20px;
				width: 300px; text-align:center;position:relative
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				text-align: center;
				width: 88px;
				height: 60px;
				padding: 0;
				margin: 4px;
				display: block;
				float: left;
			}
			.list_carousel li img{border-radius:8px}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
				position:relative
			}
			.prev {
				float: left;				
				background-image:url(../images/left.png); width:6px; height:10px; top:-15px; left:250px; position:absolute
			}
			.next {
				float: right;
			
				background-image:url(../images/right.png); width:6px; height:10px;top:-15px; right:25px; position:absolute
			}
			/*
			.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;
			}