div.content {
	display: none;
	float:right;
	width:550px;
}
div.controls {
	margin-top: 3px;
	height: 23px;
}
div.ss-controls {
	float: left;
}
div.ss-controls span {
	color: #CCCCCC;
	cursor: pointer;
}
div span.play {padding-left:21px;font-size:1.2em;text-transform:uppercase;background:url('../../themes/wodnb/design/control_play.png') 0 0 no-repeat;}
div span.pause {padding-left:21px;font-size:1.2em;text-transform:uppercase;background:url('../../themes/wodnb/design/control_pause.png') 0 0 no-repeat;}
div a.prev {padding-left:21px;margin-right:10px;font-size:1.2em;text-transform:uppercase;background:url('../../themes/wodnb/design/control_back.png') 0 0 no-repeat;}
div a.next {padding-right:21px;font-size:1.2em;text-transform:uppercase;background:url('../../themes/wodnb/design/control_forward.png') top right no-repeat;}

div.nav-controls {
	float: right;
}
div#gal-bg {background:black;}
div.slideshow {
	clear: both;
        width:950px;
}
div.slideshow span.image-wrapper {
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 5px;
	display: block;
background:black;
text-align:center;
}
div.slideshow img {
	border: none;
	display: block;
margin:0 auto;
}
div.download {
	float: right;
	font-size:1.2em;
}
div.download a {padding-left:21px;}
div.embox {
	clear: both;
	border-bottom:2px solid #333;
	padding-bottom:5px;
	margin-bottom:10px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	color: white;
	margin-bottom:2px;
}

div.image-desc {
	line-height: 1.4em;
	font-size:1.2em;
	color: white;
	display:none;
	height:20px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
div.navigation strong {font-weight:bold;color:white;}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
ul.thumbs li a {
	padding: 2px;
	display: block;
	border: 1px solid #666;
}
ul.thumbs li.selected a {
	border-color: white;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:50px;
	height:50px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 10px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	/* margin-right: 1px; */
	padding: 3px 5px;
	font-size:1.1em;
}
div.pagination a:hover {
	color:white;
}

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