@charset "utf-8";
/* CSS Document */
			.list_carousel {
				margin: 0 0 30px 40px;
				width: 680px;
				position:relative;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				
				height: 50px;
				padding: 0;
				margin: 10px 40px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.cprev {
				float: left;
				margin-left: 10px;
				position:absolute; 
				left:-50px; 
				top:18px;
			}
			.cnext {
				float: right;
				margin-right: 10px;
				position:absolute; 
				right:0px; 
				top:18px;
			}
			.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;
			}