#banner{
	margin-top: 30px;
	text-align: center;
	width: 1000px;
	height: 450px;	
}
.col{
	float:left;
	width:230px;
}
.col_album{
	width:222px;
	position:relative;
	margin-top:10px;
	overflow:hidden;
	
}
.col_album_titile{
	width:220px;
	position:absolute;
	top:0px;
	left:-220;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	 *background:#000000\9;  
	 *filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); 
	z-index: 500;
	display£şblock;
	color:#ffffff;
}
#float_div{
	float:right;
	width:300px;
	position: relative;
	top:0px;
}
#recommend{
	width:300px;
	border: 1px solid #E9E9E9;
}
#float_div_title{
	text-align:center;
	width:300px;
	font-size:24px;
	color: #C7BCA3;
	font-weight: bold;
}
#float_div_content{
	height:30px;
	text-align:left;
}
#float_div_content a{
	color:#ffffff;
	font-size: 15px;
}
#load_info{
	float:left;
	width:1000px;
	text-algin:center;
	background-color:#ffffff;
	color:#000000;
	display:none;
}
