@charset "utf-8";
/* CSS Document */

			.list_carousel {
				margin:0;
				width: 100%;
				position:relative;
				z-index:99;
				height:123px;
				width:340px;
			}
			
			
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				
				width: 340px;
				height: 123px;
				padding: 0;
				margin: 0px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				width: 51px;
				padding-left:10px;
				
			}
			.next {
				float: right;
				width:51px;
				padding-right:10px; 
				
			}
			
			#pager_wrap{ position:absolute; z-index:999999; width:100%; height:15px; top:-20px;  margin:auto;}
			.pager {
				width:340px; margin:auto;
				text-align: right;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
				
			}
			.pager a span{
				color:#fff;
				font-weight:normal;
				font-size:0em;
				display:inline-block;
				width:12px;
				height:12px;
				background:url(../images/arrow2.png) no-repeat;
				margin: 0;
			}
			
			.pager a:hover span{
				background:url(../images/arrow1.png) no-repeat;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			
			.pager a.selected span{
				background:url(../images/arrow1.png) no-repeat;
			}
			
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			.roll_btn{ position:absolute; z-index:9999999; width:100px; height:36px; top:-20px; left:260px;  margin:auto;  text-align:right;}
				.roll_btn2{ width:100px; margin:auto;height:36px;}
				.roll_btn2 a{ color:#fff; font-weight:700; }