pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#page {
	width: 100%;
	margin: 0 auto 35px;
	text-align: left;
	background: #FFF;
	border: 1px solid #333;
}
div#home-gallery-container {
	padding: 20px;
}

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;
	max-width: 100%;
	list-style: none;
}

div.home-gallery-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;
	max-width:100%; 
}

div.home-gallery-content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.home-gallery-content  a:focus, div.home-gallery-content  a:hover, div.home-gallery-content  a:active {
	text-decoration: underline;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	display:none;
	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: 590px;
	height: 350px
}
/*
div.slideshow img {
	border: none;
	display: block;
}
*/
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	text-align: center;
	padding-bottom: 12px;
	display: block;
	margin: auto;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	padding: 12px;
	background: #F1F1F1;
}
div.home-gallery-image-title {
	font-weight: bold;
	font-size: 1.4em;
	color: #666;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.thumbstrip {
width:300px;
float:left;
}

ul.thumbs {
	clear: both;
	margin: 0;
	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 #ccc;
}
*/

/*
ul.thumbs li.selected a.thumb {
	background: #000;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
*/

#gallery img, #thumbs img, #folders img
{
	background:url(../images/shadow.gif) no-repeat right bottom;
	max-width: 96%;
	height: auto;
	padding:4px 10px 10px 4px;
	border: none;	
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;	
}

a.advance-link:focus, a.thumb:focus {
	outline: none;
}

#folders ul.thumbs li {
	display:block;
	height:120px;
	margin:10px;
	width:105px;
}

div.pagination {
	clear: both;
}
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;
}
