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;
	width:600px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #222; font-size:12px;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 0px;
	height: 28px;
}
div.controls a { padding-right:10px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
}

div.loader {
	
	width: 600px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 0px;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: left;
}
div.embox {
	clear: both;
	
}
div.image-title {
	font-weight: normal;
	font-size: 12px;
	color: #333;
	padding-left: 7px;
	padding-top: 5px;
	
}

div.image-desc {
	padding-top: 0px;
}
div.navigation {
	float:left;
	width: 514px;	/* 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 { float:left;  position: relative;
	clear: both;
	width:514px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0; margin-right:2px; margin-bottom:2px;
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 0px solid #ccc;
}
ul.thumbs a.thumb {
	background: #fff;
}

ul.thumbs li.selected a.thumb {
	background: #0ba6f4;
}
a.thumb:focus {border: 0px solid #ccc;
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 6px;
	height: 6px;
}
div.navigation div.bottom {
	margin-top: 2px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	color: #fff;
}
