@charset "utf-8";
/* CSS Document */
#album {
	width:980px;
	height:auto;
	padding:0px 0px 0px 20px;
	float:left;
}
#album .frame {
	width:225px;
	height:205px;
	float:left;
	padding:25px 0px 0px 17px;
	margin-bottom:5px;
	background-image:url(album_bg.jpg);
	background-repeat:no-repeat;
	
}
#album .photo {
	width:190px;
	height:142px;
	text-align:center;
	overflow:hidden;
}
#album .name {
	width:200px;
	height:25px;
	padding-top:25px;
	text-align:center;
}
#album_detail {
	width:980px;
	height:auto;
	padding:20px 0px 0px 20px;
	float:left;
}
#album_detail .frame {
	width:225px;
	height:205px;
	float:left;
	padding:25px 0px 0px 17px;
	margin-bottom:5px;
	background-image:url(album_detail_bg.jpg);
	background-repeat:no-repeat;
}
#album_detail .photo {
	width:190px;
	height:142px;
	text-align:center;
	overflow:hidden;
}
#album_detail .name {
	width:200px;
	height:25px;
	padding-top:25px;
	text-align:center;
}
#Paging{
	width:900px;
	height: auto;
	padding:10px 50px 10px 50px;
	float:left;
	
	}

