.album
{
	margin: 5px 0;
}

.album .image 
{
	float: right; 
	margin-left: 5px;
}


.album h2.name
{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #e62f30;
	display: inline;
	margin-left: 10px;
}

	.album h2.name a{
		
	}

.clear { clear: both; }

.thumbs
{
	text-align: left;	
	height:94px;
	overflow:hidden;
	text-align: center;
}
	
	.thumbs ul{
		margin: 0 !important;
		width: 590px;
		float: left;
	}
	
	.thumbs li{
		text-align: left;
		list-style: none;
		display: inline;
		background-image: none !important;
		padding: 0 !important;
	}

.thumbs img
{
}


a img {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
}

.gallery{
	padding-bottom: 15px; 
	width: 670px;
	background-color: #fcfcfc;
	text-align: center;
}
	.gallery h2{
		font-weight: bold;
		font-size: 1em;
		color: #e62f30;
		text-transform: uppercase;
		padding-top: 20px;
		margin-bottom: 15px;
		margin-top: 0px;
	}

