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: 635px;
	 
}
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: 0px;
	height: 10px;
	font-size:6pt;
	
}
div.controls a {
	padding-left: 5px;
	padding-right: 5px;
	color:#fff;
	font-size:6pt;
}
div.ss-controls {
	position:absolute;
	margin-top:2px;
	right:0px;
	width:100px;
	text-align:right;
}
div.nav-controls {
	position:absolute;
	margin-top:13px;
	right:0px;
	width:110px;
	text-align:right;
	
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 635px;
	height: 285px;
	position:absolute;
	z-index:10000;
	
}
div.slideshow {
	
	clear: both;
	
}
div.slideshow span.image-wrapper {
	float: left;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	float:left;
	color:#fff;
	font-size:6pt;
	width:420px;
	height:auto;
	margin-left: 5px;
	margin-right: 12px;
	
	
}
h3.image-title {
	font-size:6pt;
	line-height:10px;
	color:#fff;
	margin-top:2px;
	font-weight:normal;
	width:510px;
	margin-left:0px;
	height:30px;
	
	
	
	
}



div.image-desc {
	line-height: 1.3em;
	padding-top: 10px;
}
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;
	margin-top:-8px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
a.thumb {
	padding: 0px;
	display: block;
	
}
ul.thumbs li.selected a.thumb {
}
ul.thumbs {
	z-index:20;
	margin-left:0px;
	position:absolute;
	top:325px;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:44px;
	height:44px;
	margin-right:1px;
	
}

div.pagination {
	clear: both;
	float:right;
	
}
div.navigation {
	margin-top: 0px;
	
	
}
div.top {
	margin-top:0px;
}
div.navigation div.bottom {
	margin-top: 0px;
	
	width:30px;
	position:absolute;
	top:316px;
	right:0px;
	
	
	
}
div.pagination a, div.pagination span.current {
	
	display: block;
	position:relative;
	float: right;
	margin-right: 5px;
	padding: 4px 7px 4px 7px;
	
	color: #fff;
}
div.pagination a:hover {
	background-color: #F60;
	text-decoration: none;
	color: #000;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #F60;
	color: #000;
	padding: 4px 6px 4px 7px;
}

/* 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;
}

