body {
	margin:0;
	color:#afafaf;
	font:12px Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg.jpg) no-repeat 50% 0;
	min-height:100%;
	padding:0px;
}

#container {
	width:944px;
	float:left;
	overflow:hidden;
	height:auto;
	padding:0px;
	margin:8px 0px 0px 8px;
	display:inline;
}

div.info {
	float:left;
	width:754px;
	margin:0px 0px 0px 0px;
}

div.info h3 {
	color:#ffc000;
	font-size:16px;
	font-weight:bold;
}

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;
	margin:0px 4px 0px 0px;
	width:550px;
}
div.content a {
	text-decoration: none;
	color: #fff;
}
div.navigation a {
	text-decoration: none;
	color: #CCFD40;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
	color: #fff;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
	color: #fff;
}
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;
	background-color:#000;
	width: 540px;
	height: 405px;
	border:4px solid #393939;
	float:left;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow span.image-wrapper img {
	border:0px;
}
div.slideshow a.advance-link {
	width:532px;
	overflow:hidden;
	padding: 0px;
	display: block;
	border:4px solid #393939;
	background-color:#000;
	text-align:center;
}
div.slideshow img {
	border: none;
	display: block;
	margin:0px auto 0px auto;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
	display:none;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	display:none;
	
}
div.image-desc {
	padding: 0px;
	line-height:16px;
}
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 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
	border: 2px solid #393939;
	width:75px;
	height:50px;
	overflow:hidden;
	text-align:center;
	background-color: #000;
}
ul.thumbs li.selected a.thumb {
	background: #000;
	border: 2px solid #ffc000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	margin:0px auto 0px auto;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	color:#ffc000;
}
div.pagination a:hover {
	background:none;
	text-decoration: none;
	color:#ffc000;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #ffc000;
	color: #000;
}

a.prev-link {
	display:none;
}

a.next-link {
	display:none;
}

