.album-content {
	float:left;
	width:474px;
}

.album-item {
	float:left;
	width:540px;
	margin-bottom:5px;
	overflow:hidden;
	padding:5px;
}

.album {
	float:left;
	width:464px;
	border-bottom:1px solid #e7e7e7;
	overflow:hidden;
	padding:5px;
}

.albumtitle {
	font-size:12px;
	font-weight:bold;
	margin:0 0 0px 0;
	padding:0 0 5px 5px;
	text-align:left;
}

.thumbnail {
	float:left;
	margin-right:12px;
}

.description {
	float:left;
	text-align:left;
	width:360px;
}

.description p{
	margin-top:0px;
}

.description strong{
	color:#ff394c;
}

.thumbnail img:hover {
	background-color:#A9A9A9;
}


.thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #D2D2D2;
	padding:1px;
	position:relative;
}

.album-table{
	width:474px;
}

.album-table tr td{
	border:1px solid #D2D2D2;

}

.galleryoverview {
	clear:both;
	display:block !important;
	margin-top:10px;
	overflow:hidden;
	width:100%;
}

.gallery-thumbnail-box {
	float:center;
	text-align:center;

}

.gallery-thumbnail {
	float:left;
	margin-right:5px;
	
}
