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:left;
	width:543px;
	text-decoration: none;
	color: #777;
}
div.navigation {
	width:657px;
	height:100px;
	float: left;
	margin-left:10px;
	margin-right: 10px;
	text-align: center !important;
}
div.content {
	display:block;
}
div.navigation a {
	text-decoration: none;
	color: #777;
	background-image: url(../images/im2.jpg);
	background-repeat: no-repeat;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: -5px;
	height: 19px;
	width : 505px;
	margin-left: 6px;
	color : #351500;
}
div.controls a {
	padding: 20px;
}
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;
	height:325px;
	width:657px;
}
div.slideshow {
	clear: both;
	margin: 10px;
}
div.slideshow span.image-wrapper {
	padding-bottom: 0px;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
}
div.slideshow img {
	border:0 solid #351500;
	display:block;
	height:325px;
	width:657px;
}
div.slideshow-h img {
	border: 1px solid #351500;
	display: block;
	width: auto;
	height: 304px;
}
div.slideshow-w img {
	border: 1px solid #351500;
	display: block;
	width: 394px;
	height: auto;
}
div.download {
	width: 500px;
	float : right;
	color : #351500;
}
div.embox {
	clear: both;
	/*border: 1px solid #ccc;*/
/*	background-color: #eee;*/
	padding: 0px;
	width: 526px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
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. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 3px;
	list-style: none;
}
ul.thumbs li.last {
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background-image: url(../images/im1.jpg);
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 15px;
	height: 15px;
	opacity:0.0;
	filter:alpha(opacity=0);
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 24px;
	height: 23px;
	display:none;
}
div.navigation div.bottom {
	height: 23px;
	width:124px;
	position:absolute;
	bottom:0;
	left: 0;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #351500;
	border-color: #351500;
	color: #fff;
}
/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}
#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
