@charset "utf-8";
/* CSS Document */
/*huwai photo*/
#topstory{
	width:650px;
	height:200px;
	float:left;
	background:#fff;
	overflow:hidden;
	padding:7px;
}

#featured{
	float:left;
	height:200px;
	overflow:hidden;
	width:480px;
}

#topstory ul{
	float:left;
}
#topstory li{
	line-height:16px;
}

#topstory ul li a{
	background:url('/outdoor_ad/images/a.gif') no-repeat;
	height:32px;
	width:150px;	
	display:block;
	color:#676767;
	text-decoration:none;
	padding:4px 10px 4px 10px;
}

#thumbs ul li a:hover{
	background:url('/outdoor_ad/images/b.gif') no-repeat;
	color:#003774;
}

#thumbs li a.current{
	background:url('/outdoor_ad/images/b.gif') no-repeat;
	color:#003774;	
}
.image{}


