.list_carousel {
				margin: 0;
				padding:15px 0 15px 0;
				width: 970px;
				position:relative;
				background-color:#fff;
			}
			.list_carousel ul li img {
				width: 98px;
				height: 60px;
			}
			.list_carousel ul {
				margin: 0;
				/*margin-left: 22px;*/
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				/*background-color: #eee;
				border: 5px solid #999;*/
				width: 98px;
				height: 60px;
				padding: 0;
				margin: 0 10px 0 10px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			#prev2 {
				display:none;
				/*position:absolute;
				top:15px;
				left:0;
				width:20px;
				height: 60px;*/
			}
			#next2 {
				display:none;
				/*position:absolute;
				top:15px;
				right:0;
				width:20px;
				height: 60px;*/
			}
			.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;
			}