#ulist{
	position:relative;
	margin-top:10px;
	background:url(../images/ulist_center_bg.png) left top repeat-x;
	width:956px;
	padding:0px 13px 10px 13px;
	margin:5px auto 0px;
}
#ulist div.lbg,#ulist div.rbg{
	background:url(../images/ulist_left_bg.png);
	width:13px;
	height:118px;
	position:absolute;
	top:0px;
}
#ulist div.lbg,#ulist .ullg{
	left:0px
}
#ulist div.rbg{
	right:0px;
	background:url(../images/ulist_right_bg.png);
}
#ulist .ulists{
	background:url(../images/ulists_cen_bg.png);
	width:270px;
	padding:5px 8px;
	height:169px;
	float:left;
	display:inline;
	margin-top:20px;
	position:relative;
	margin-left:25px;
	color:#615a5e
}
	#ulist .ullg,#ulist .ulrg{
		background:url(../images/ulists_left_bg.png);
		width:8px;
		height:179px;
		position:absolute;
		top:0px;
	}
	#ulist .ulrg{
		background:url(../images/ulists_right_bg.png);
		right:0px;
	}
	#ulist p.img{
		width:90px;
		height:149px;
		padding:10px 5px;
		overflow:hidden;
		margin:0px;
		border:none;
	}
		#ulist p.img img{
			max-height:80px;
			max-width:80px;
			padding:5px;
			border:#dedede 1px solid;
		}
		#ulist p{
			float:left;
			width:160px;
			margin-left:5px;
			margin-top:5px;
			border-bottom:#b0aeaf 1px dotted;
			line-height:20px;
			font-size:13px
		}
		#ulist p.author{
			border-bottom-style:solid
		}
		#ulist p span{
			color:#ccccbc
		}
		#ulist p a{
			color:#117eda;
			margin-right:5px;
		}
#ulist div.ulistnav{
	overflow:hidden;
	width:906px;
	margin:0 auto;
	padding-top:30px;
}
	#ulist ul{
		background:url(../images/ulist_ico3.png) left bottom repeat-x;
		height:29px;
		line-height:29px;
		margin-left:-3px
	}
	#ulist li{
		background:url(../images/ulist_ico2.png);
		float:left;
		width:106px;
		display:inline;
		margin-left:3px;
		text-align:center;
		color:#676767;
		font-weight:bolder;
	}
	#ulist li.chosen{
		background:url(../images/ulist_ico.png);
		color:#f96d03
	}
	#ulist li a
	{
	color:#FFFFFF;
	text-decoration:none;
	}
	#ulist li a:hover
	{
	text-decoration:none;
	color:#333;
	}