a.ref_item {
	background-color: #d4d4d4;
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	width: 152px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 6px solid #d4d4d4;
	border-bottom: 6px solid #de7800;
	box-shadow: 0px 4px 4px 1px #cecece;
}
	a.ref_item:hover {
		border-bottom: 6px solid #0a3261;
	}
a.ref_item div.ref_holder {
	display: block;
	width: 152px;
	height: 152px;
	overflow: hidden;
}
a.ref_item div.ref_image {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 152px;
	height: 152px;
}
	a.ref_item div.ref_image img {
		display: block;
		width: 140px;
		border: 6px solid #d4d4d4;
	}
a.ref_item div.ref_text {
	height: 40px;
	line-height: 20px;
	padding: 10px 5px;
	text-align: center;
}

.block {
	width: 620px;
	margin: 0px auto;
	font-size: 14px;
	padding: 0;
	text-align: justify;
	margin-bottom: 20px;
}
.block h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #800000;
	padding-bottom: 10px !important;
}
.block h3 {
	margin: 0;
	padding: 0 0 10px 0;
}
.block .postedby {
	display: block;
	color: #B0B0B0;
	padding-bottom: 10px;
}
.block .image {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}
.block table tr td {
	vertical-align: top;
	white-space: nowrap;
	padding: 0 10px 10px 0;
	font-size: 14px;
}
table.albumList {
}
table.albumList tr td {
	width: 152px;
	padding:20px;
	text-align: center;
}
table.albumList td img {
	border: 1px solid #000000;
}
.pagination {
	font-size: 12px;
}
.pagination a {
	color: #000000;
	text-decoration: none;
}