@charset "utf-8";
/* CSS Document */
h2 {
	font-size:12px;
	font-weight: 100;
}
#album {
	width:764px;
	margin:0 auto;
}

#album_bg_top {
	float: left;
	padding-top:10px;
	width:765px;
	height:15px;
}
#album_bg_middle {
	float: left;
	padding:15px;
	width:735px;
	height: auto;
	background-image:url(../img/templants/bg_02.jpg);
}
#album_bg_bottom {
	float: left;
	width:765px;
	height:20px;
}

#album .frame {
	width:176px;
	height:179px;
	float:left;
	margin-bottom:5px;
	background-image:url(../img/album/album_pic.jpg);
	padding-right: 5px;
	background-repeat: no-repeat;
}
#album .photo {
	width:156px;
	height:118px;
	padding:10px;
	text-align:center;
	overflow:hidden;
}
#album .name {
	width:176px;
	height:25px;
	padding:15px 0px 0px 0px;
	text-align:	center;
}
#album_detail {
	width:100%;
	height:auto;
	float:left;
}
#album_detail .frame {
	width:176px;
	height:179px;
	float:left;
	margin-bottom:5px;
	background-image:url(../img/album/album_detail_pic.jpg);
	padding-right: 5px;
	background-repeat: no-repeat;
}
#album_detail .photo {
	width:156px;
	height:118px;
	padding:10px;
	text-align:center;
	overflow:hidden;

}
#album_detail .name {
	width:176px;
	height:30px;
	padding:10px 0px 0px 0px;
	text-align:	center;
}

