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:none;
	width:800px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #999;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	color: #999;
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	text-align: center;
	
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	float: left;
	
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 449px;
	background-color:#FFF;
	margin-bottom:15px;
}
div.slideshow {
	clear: both;
	
	width: 100%;
	
}
div.slideshow span.image-wrapper {
	float: left;
	
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
	margin-bottom:15px;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
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 {
	text-align:center;
	margin: 0;
	padding: 0;

	
}
ul.thumbs li {
	/*float: left;*/
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	display: inline-block;
}
a.thumb {
	padding: 2px;
	
	
	
}
ul.thumbs li.selected a.thumb {
	background: #FFF;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}
div.navigation div.top {

}
div.navigation div.bottom {
	
}
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;
}

div.nav-controls a.prev {
margin:0px 10px 0px 0px;

}

#thumbs-adv {
	clear:both;
	position:relative;
	top:-25px;
	margin: 0px auto 0px auto;
	text-align: center;
	display:block;
	padding:0px;
	width:550px;

}
#thumbs-adv ul {
	text-align: center;	
}	

#thumbs-adv ul.thumbs li {
	text-align: center;	
}	
