pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#gallery_page {
	width: 900px;
	margin: 29px 0 0 0;
	background-color: #542B1A;
	text-align: left;
	padding: 5px;
}

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.gallery_content {
	/* The display of gallery_content is enabled by a javascript generated style on the gallery_page.
	   This is so that the slideshow gallery_content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px; 
}
div.gallery_content a, div.navigation a {
	text-decoration: none;
	color: #9F7B60;
}
div.gallery_content  a:focus, div.gallery_content  a:hover, div.gallery_content  a:active {
	text-decoration: underline;
}
div.controls {
	margin: 5px 0 0 275px;
	height: 23px;
	width: 610px;
}
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: 550px;
	height: 350px
}
/*div.slideshow span.image-wrapper {
	padding-bottom: 12px;
	margin: 0 auto;
}*/
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #9F7B60;
}
div.slideshow img {
	border: none;
	display: block;
	margin: 0 auto 5px auto;
	clear:right;
}
div.download {
	float: right;
}
div.embox {
	border: 1px solid #9F7B60;
	padding: 12px;
	width: 595px;
	margin: 10px 0 5px 275px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
#slideshow {
	width: 620px;
	margin: 5px 0 0 275px;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the gallery_page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	display: block;
	width: 280px;
	float: left;
	margin: -5px 0 0 2px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	text-align: center;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #9F7B60;
}
ul.thumbs li.selected a.thumb {
	background: #9F7B60;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	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 #9F7B60;
}
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;
}
ui-helper-clearfix {
	clear: both;
}
