/* CSS Document */
body{
	text-align:center
}

#c_body{
	width:700px;
	text-align:left;
}
ul{
	list-style-type:none;
}
ul li{
	float:left;
	width:125px;
	height:170px;
}
ul li div{
	text-align:center;
}
ul li div.title{
	width:125px;
	height:150px;
}
#fenye{
	width:680px;
	text-align:center;
	padding-top:20px;
}
#fenye a{
	width:20px;
	height:8px;
	display:block;
	float:left;
	border:1px solid #ccc;
	margin-left:5px;
}
#fenye a:hover{
	background-color:yellow;
}
#fenye a.onfocus{
	background-color:orange;
	color:#fff;
}
#fenye_1{
	float:left;
	width:120px;
	padding-top:3px;
	margin-left:100px;
}