@charset "utf-8";
/* CSS Document */
#title {
	width:830px;
	height:58px;
	float:left;
}
#container {
	width:800px;
	height: auto;
	padding:0px 15px 0px 15px;
	float:left;
	background-image:url(../img/album/bg.jpg);
	background-repeat:no-repeat;
}
#container_bottom {
	width:812px;
	height:58px;
	float:left;
}

#album {
	width:100%;
	height:auto;
	float:left;
}
#album .frame {
	width:180px;
	height:160px;
	float:left;
	padding:14px 0px 0px 14px;
	margin-bottom:5px;
	background-image:url(../img/album/album_bg.jpg);
	background-repeat:no-repeat;
	
}
#album .photo {
	width:162px;
	height:106px;
	text-align:center;
	overflow:hidden;
}
#album .name {
	width:162px;
	height:25px;
	padding-top:5px;
	text-align:center;
}
#album_detail {
	width:100%;
	height:auto;
	float:left;
}
#album_detail .frame {
	width:18%;
	height:140px;
	float:left;
	padding:10px 0px 0px 10px;
	margin-bottom:5px;
	background-image:url(../img/album/album_detail_bg.jpg);
	background-repeat:no-repeat;
}
#album_detail .photo {
	width:130px;
	height:80px;
	text-align:center;
	overflow:hidden;
	

}
#album_detail .name {
	width:130px;
	height:20px;
	text-align:center;
	margin-top:5px;
	background-color:#690;
}
