@charset "utf-8";
/* CSS Document */
#title {
	width:1000px;
	height:57px;
	float:left;
}
#container {
	width:1000px;
	height: auto;
	float:left;
}
#content {
	width:966px;
	height: auto;
	float:left;
	padding:30px 17px 0px 17px;
	background-color:#1c1e22;
}
#content_detail {
	width:1000px;
	height: auto;
	float:left;
	background-color:#1c1e22;
}
#container_bottom {
	width:1000px;
	height:50px;
	float:left;
}
#album {
	width:100%;
	height:auto;
	float:left;
}
#album .frame {
	width:182px;
	height:178px;
	float:left;
	padding-top:20px;
	margin-right:11px;
}
#album .photo {
	width:182px;
	height:134px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	background-image:url(../img/album/photo_bg.jpg);
	overflow:hidden;
}
#album .name {
	width:182px;
	height:34px;
	padding-top:10px;
	text-align:center;
	background-image:url(../img/album/name_bg.jpg);
}
#album_detail {
	width:100%;
	height:auto;
	float:left;
}
#album_detail .frame {
	width:20%;
	height:150px;
	float:left;
	margin-bottom:5px;
}
#album_detail .photo {
	width:95%;
	height:105px;
	margin-bottom:5px;
	padding-top:5px;
	text-align:center;
	background-color:#999;
	border:5px #CCC solid;

}
#album_detail .name {
	width:95%;
	height:30px;
	text-align:center;
	background-color:#666;
	border:5px #CCC solid;
}

