@charset "utf-8";
/* CSS Document */
#top_frame {
	width:1000px;
	height: auto;
	float:left;
}
#album {
	width:720px;
	height: auto;
	float:left;
}
#album .frame {
	width:211px;
	height:290px;
	float:left;
	margin-bottom:5px;
	background-image:url(album_bg.png);
	background-repeat:no-repeat;
	margin:5px;
	padding:10px 0px 0px 16px;
}
#album .photocenter {
	width:190px;
	height:190px;
	margin:0 auto;
	margin-top:10px;

}#album .photo {
	width:190px;
	height:190px;
	overflow:hidden;
	vertical-align:middle;
	display:table-cell;
}
#album .name {
	width:170px;
	height:auto;
	padding:40px 10px 10px 10px;
	text-align:center;
}
#Paging {
	width:1000px;
	height: auto;
	padding:10px 0px 0px 0px;
	float:left;
}
