﻿	
			.list_carousel {

				width:945px;
				text-align:center;
			}
			.list_carousel ul {
				list-style: none;
				display: block;
				text-align:center;
				float:right;
				padding-left:2px;
				margin-right:10px;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				height:290px;
				width:170px;
				display: block;
				float: left;
					margin-right:6px;
					margin-left:7px;
			}
			
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
				color:#333;
			}
			.next {
				float: right;
				margin-right: 10px;
					color:#333;
			}
			.pager {
				
				width: 300px;
				text-align: center;
				font-size:7px;
				margin-top:8px;
				margin-right:320px;
			
			}
			.pager a {
				margin: 0 10px;
				text-decoration: none;
					background:#7f7f7f;
					color:#7f7f7f;
					/*border:1px solid #CCC;*/
					border-style:solid;	
					border-radius: 5px;				
			}
			.pager a.selected {
					background:#191919;
					color:#191919;
					border-style:solid;
										border-radius: 5px;	
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}