@chaset "utf-8";

a:link, a:visited, a:hover{color:#0066CC; text-decoration:none;}
#slider-stage{
	width:695px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	height:146px;
	float: left;
	text-align: left;
	padding: 10px 10px 0 10px;
}
#slider-buttons{width:632px; margin:0 auto;}
	#slider-list{
	border:0;
	margin:0 0 0 0;
	padding:0;
	width: 2124px;
}
	#slider-list li{
	list-style:none;
	margin:0;
	width:226px;
	height:146px;
	float: left;
	margin-right: 10px;
		}

#previous{
	width:73px;
	height:20px;
	display: block;
	text-indent:-9999px;
	cursor:pointer;
	float: left;
	background-image: url(../img/previous.jpg);
	margin: 2px 0 0 10px;
}

#next{
	height:20px;
	width:45px;
	display:block;
	text-indent: -9999px;
	cursor:pointer;
	background-image: url(../img/next.jpg);
	float: right;
	margin: 2px 10px 0 0;
}

.topNew_list{
	margin:0 0 0 310px;
}

.topNew_list li{
	float:left;
	list-style-type: none;
	margin: 2px 0 0 20px;
	padding-left: 10px;
	background-image: url(../img/topn_list_icon.jpg);
	background-position: center left;
	background-repeat: no-repeat;
}

.topNew_list li a{
	text-decoration:none;
	color: #F0F2F7;
}
.topNew_list li a:hover{
	text-decoration:underline;
	color: #F0F2F7;
}

