h5 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}

h5 a {
	color: Black;
	text-decoration: none;
}

.album {
	float: left;
	width: 590px;
	height: 150px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px;
	border-bottom: 1px solid #7f7f7f;
}

.album .image {
	float: left;
	width: 170px;
	height: 150px;
	text-align: center;
}

.album .image img {
	border: 0px;
}

.album .description {
	float: left;
	margin: 0 0 0 10px;
	width: 410px;
	height: 120px;
	overflow: hidden;
}

.album .readMore {
	float: left;
	margin: 5px 0 0 10px;
	width: 410px;
	height: 20px;
	text-align: right;
}

div.album .break {
	clear: both;
}