
div#container {
	padding: 20px;
	width:800px;
}
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.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:610px;
}

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: 23px;
	width: 200px;
}
div.controls a {
	padding: 5px;
	border:none !important;
	text-decoration:none !important;
	color:#663300;
	font:normal bold 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

div.controls a:hover {
	padding: 5px;
	border:none !important;
	text-decoration:none !important;
	background-color: #a4d7e9;
	color: #fff;
	font:normal bold 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	
}

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 {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	/*border: 1px solid #ccc !important;*/
}
div.slideshow img {
	border: none;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
/*div.download {
	float: right;
}*/
div.embox {
	clear: both;
	padding: 12px;
	color:#FFFFFF;
	font:normal normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	color:#666666;
}
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. */
	   margin-top:23px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 3px 3px 0;
	list-style: none;
	text-align: center;
}
a.thumb {
	padding: 2px;
	margin: 0px 2px 2px 0;
	display: block;
	/*border: 1px solid #ccc !important;*/
}
ul.thumbs li.selected a.thumb {
	background: #a4d7e9;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

#folders {
float:right !important;
margin:10px 0;
}

#folders a:link, a:visited, a:active { font:normal bold 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; color:#CC6600; text-decoration:none; }
#folders a:hover { font:normal bold 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; color:#CC6600; text-decoration:underline; }

div.folders ul.thumbs img {
	border: none;
	display: inline;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	display:none;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	color:#663300;
	float: left;
	margin: 15px 6px 0 0;
	/*padding: 4px 7px 2px 7px;*/
	border: none !important;
	font:normal bold 10px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
div.pagination a:hover {
	/*background-color: #333;*/
	text-decoration: none;
	font:normal bold 10px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color:#CC6600;
}
div.pagination span.current {
	font-weight: bold;
	text-decoration:underline;
	/*background-color: #a4d7e9;*/
	/*border-color: #000;*/
	color: #663300;
	font:normal bold 10px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

.image-desc strong { font:normal normal 10px Verdana, Arial, Helvetica, sans-serif; color:#666666; }
