div.photogallery {
	width: auto;
}

div.photogallery div.top-bar {
	width: 500px;
	padding: 5px;
	background: #5d5d5f;
	margin: 0 auto;
}

div.photogallery div.top-bar div.nav {
	float: left;
	width: 200px;
}

div.photogallery div.top-bar div.links {
	float: right;
	width: 200px;
	text-align: right;
}

div.photogallery div.photo {
	margin: 10px auto;
	width: 500px;
	padding: 5px;
	background: #5d5d5f;
	text-align: center;
}

div.photogallery div.photo img {
	border: 0!important;
}

div.photogallery div.description {
	width: 500px;
	padding: 5px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
}

.album
{
	margin: 7px 0;
	padding: 7px;
	border-bottom: 1px dotted #969697;
}

.album .image 
{
	float: left;
	width: 150px;
	height: 97px;
	overflow: hidden;
	margin-right: 10px;
	text-align: center;
}

.album .image .img {
	width: 130px;
}

.album h2.name
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.thumbs
{
	text-align: left;	
}

.thumbs img
{
	margin: 4px;
	padding: 1px;
	border: 1px #343434 solid;

}


a img {
	border: none; 
}

.prev {
	float: left;
}

.next {
	float: right;
}
