@charset "utf-8";
/* CSS Document */

#scrollbox{
	display:block;
	width:688px;
	margin-top:15px;
	background:url(../images/scrollbox_bg.gif) no-repeat;}
	
.scroll_title{
	margin:0px 0px 5px 30px;
	padding-top:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
	color:#CCCCCC;
	font-size:18px;
}
	
.nav_btn{
	width:15px;
	margin-top:50px;
	float:left;}

.list_carousel {
	width: 600px;
	margin-left:15px;
	float:left;
			}
.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: 142px;
	height: 100px;
	padding: 0;
	margin: 3px;
	display: block;
	float: left;
			}

			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;

			}
			.next {
				float: right;
			}
			.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;
			}
