@charset "utf-8";
/* CSS Document */
#top_frame{
	width:1000px;
	height: auto;
	float:left;
	background-repeat:no-repeat;
}
#album_name{
	width:810px;
	height:50px;
	padding:20px 0px 0px 130px;
	float:left;
	}
#album_detail {
	width:980px;
	height: auto;
	padding:10px 10px 0px 10px;
	float:left;
}
#album_detail .frame {
	width:225px;
	height:225px;
	float:left;
	padding:18px 0px 0px 14px;
	margin-bottom:5px;
	background-image:url(album_detail_bg.jpg);
	background-repeat:no-repeat;
	
}
#album_detail .photo {
	width:190px;
	height:133px;
	text-align:center;
	overflow:hidden;
	border: 1px solid #000;
}
#album_detail .name {
	width:200px;
	height:30px;
	padding-top:15px;
	text-align:center;
}
#Paging{
	width:100%;
	height: auto;
	float:left;
	
	}
