h2.album-date {
	margin-top: 6px;
}
p.album-description {
	margin-top: 10px;
}
div.meta {
	margin-top: 5px;
	font-size: 0.8em;
}
div.meta ul {
	margin: 0;
	padding: 0;
}
div.meta li {
	float: left;
	padding: 0;
	margin-right: 3px;
	width: 480px;
	list-style: none;
}

div.content {
	display: none;
	float: left;
	width:480px; 
	margin: 0px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 10px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 480px;
	height: 184px
}
div.slideshow {
	clear: both;
}

/*
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
	

		border-width: 1px;
	border-color:#000;
	border-style: solid;
	padding:0px;
	margin:0px;

}

div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 0px solid #ccc;
}
*/
div.slideshow img {
	border: none;
	display: block;
}

div.download {
	float: right;
	display: none;
}
div.embox {
	clear: both;
	padding: 0px;
}
div.image-title {
	display: none;
}

div.image-desc {
	padding-top: 2px;
	height: 10px;
}
div.navigation {
	height: 0px;
}

ul.thumbs {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 480px;
}
ul.thumbs li {
	float: left;
	padding: 0px;
	margin: 0px 2px 2px 0px;
	list-style: none;
	text-align: center;
	/*border: 1px solid #000;*/
}
a.thumb {
	padding: 1px;
	display: block;
}
ul.thumbs li.selected a.thumb {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	text-align: center;
	border: 1px solid #555;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}

div.navigation {
  width:300px;
  float: left;
}
div.content{
  display:block;
}

div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

