#main{
	float:left;
	width:97%;
	padding-right:2%;
	padding-left:1%;
	height: auto;
}
#content{
	height: auto;
	padding-bottom: 10px;
	min-height:430px;
}
#gallery{width:95%; margin:0px auto;}
.albumlist{
	margin: 5px 0px;
}
.album{
	width: 180px;
	height: auto;
	padding: 0px;
	margin: 2px 2px;
	float: left;
	position:relative;
}
.acover{
	padding: 3px;
	width: 168px;
	height: 128px;
	border: 1px solid #ccc;
	margin: 0px auto;
	border-radius:5px;
}
.acover img{
	width: 168px;
	height: 128px;
	border-radius:3px;
	border:0px;
}
.atitle{
	font-size: 15px;
	height:20px;
	line-height:15px;
	font-family:Verdana;
	margin:3px 5px 0px 5px;
	text-align:left;
	border-bottom:dotted 1px #999999;
}
.albuminfo{
	font-size:12px;
	margin:0px 0px 0px 5px;
}
