#album_table, 
#photo_table {
	width: 100%;
}

#album_table td, 
#photo_table td {
	text-align: center;
	width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#album_table img, 
#photo_table img {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.album_title,
.photo_title {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-top: 2px;
}

#photo {
	margin-top: 5px;
	margin-left: 5px;
}

#photo_topbar,
#photo_comment_topbar {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}

#photo #photo_title,
#photo_comment #photo_comment_title {
	text-align: center;
}

#photo_comment #photo_comment_subtitle {
	text-align: center;
	display: block;
	font-size: 13px;
}

#photo_prev {
	float: left;
	width: 40px;
	text-align: right;
}

#photo_next {
	float: right;
	width: 40px;
	text-align: left;
}

.photo-has-comments {
	color: #FF0000;
}

#photo_comments {
	text-align: center;
	padding: 15px 0px 20px;
	margin: auto;
	width: 500px;
}

#place_photo_comment {
	margin: 20px 0px 20px;
}

.photo_comment {
	margin: 15px 0px 15px;
	overflow: hidden;
	text-align: left;
}

.photo_comment_info {
	float: left;
	width: 110px;
	display: block;
}

.photo_comment_comment {
	float: right;
	width: 370px;
}

.photo_comment_username {
	display: block;
}

.photo_comment_posttime {
	display: block;
}