#recommend{
	/*height:220px;*/
	position:relative;
}
#recommend_box{
	overflow:hidden;
}
#recommend ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#recommend ul li{
	display:block;
	float:left;
	width:165px;
	margin: 0 20px;
	padding:0;
	text-align:center;
	/*padding-top:10px;*/
}
#recommend a.next{
	position:absolute;
	top:0px;
	right:0px;
	width:24px;
	height:100%;
	background: url('../images/Arrow1.png') no-repeat center center;
}
#recommend a.prev{
	position:absolute;
	top:0px;
	left:0px;
	width:24px;
	height:100%;
	background: url('../images/Arrow.png') no-repeat center center;
}