div#page {
    width: 900px;
    height: 400px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
}

div#container {
    padding: 0 20px;
}

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: right;
    margin-top: -40px;
	width: 550px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #900;
}
div.content a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin: 0 5px;
	height: 13px;
    float: left;
}
div.controls a {
	padding: 0px;
}
div.ss-controls {
	float: left;
    margin-right: 10px;
}
div.nav-controls {
	float: left;
}

div.loader {
	background-image: url('../img/main/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 280px;
    margin: 0 auto;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 6px;
}
div.slideshow a.advance-link {
	padding: 1px;
	display: block;
	border: 2px solid #900;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #333;
	background-color: #666;
	padding: 0px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 6px;
}
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: 1px;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
	border: 1px solid #999;
}
ul.thumbs li.selected a.thumb {
	background: #900;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
    width: 45px;
    height: 45px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 6px;
	height: 0px;
}
div.navigation div.bottom {
	margin-top: 0px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 1px 4px;
	border: 1px solid #333;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #eee;
	border-color: #333;
	color: #000;
}

