div#recommend_sites{
	width:980px;
	border:2px solid #fff;
	background-color:#01b5f0;
	padding:4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin:0px auto;
}

div#recommend_sites h3{
	width:73px;
	height:102px;
	float:left;
	background-image:url(../images/recommend_h3.gif);
	background-repeat: no-repeat;
	text-indent:-999px;
	overflow:hidden;
	background-position: center;
}
div#recommend_sites li{
width:175px;
height:102px;
display:block;
margin-left:4px;
float:left;
background-color:#54d5ff;
}


div#recommend_sites li a{
	border:none;
	display:inline-block;
	overflow:hidden;
}

div#recommend_sites li a:hover{
	border:#f64ea3 solid 2px;
}
div#recommend_sites li a:hover img{
	margin:-2px;
}