/* ALBUM */

.album,
.photo {
	border: 1px solid #ccc;
	height: 185px;
	width: 133px;
	margin-right: 5px;
	float: left;
	margin-bottom: 5px;
}

td .album {
	margin-right: 0px !important;
	margin-left: 30px;	
}

.album .album_img img,
.photo .photo_img img {
	padding: 0px;
	margin: 0px;
	float: none;
	width: 125px;	
}

.album .album_img,
.photo .photo_img {
	border: 1px solid #ccc;
	width: 125px;
	margin: 2px;
	padding: 1px;
}

.album .album_name,
.photo .photo_name {
	text-align: center;
	font-weight: bold;
	padding: 2px;
	font-size: 12px;
}

hr.line {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #ccc;
}

.title_top {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 360px;
	margin-bottom: 5px;
}
.title_top, {
	display: inline;
}
.title_top h1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
