@charset "UTF-8";


#recommend{
	background:#01b5f0;
	background-position: center top;
	width:976px;
	height:110px;
	border:#ffffff solid 2px;
	display:block;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:20px;
	position:relative;
	}
#recommend h4{
	background:url(../images/recommend/beer.png);
	background-repeat:no-repeat;
	width:62px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	position:absolute;
	left:9px;
	top:35px;
	}
#banner{
	height:102px;
	display:block;
	position:absolute;
	left:81px;
	top:4px;
}
#banner li{
	display:block;
	float:left;
	height:102px;
	list-style:none;
	margin-right:4px;
}
#banner li a{
border:none;
display:inline-block;
overflow:hidden;
}
#banner li a:hover{
	border:#f64ea3 solid 2px;
}
#banner li a:hover img{
	margin:-2px;
}