div.maincontent {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 600px; 
	height: 350px;
	z-index: 900;
}
div.maincontent a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.maincontent a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.slideshow-container {
	position: absolute;
	width: 530px;
	height: 320px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 90px;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 530px;
	height: 330px; /* This should be set to be at least the height of the largest image in the slideshow */
	z-index: 900;
}
#frame span.image-wrapper {
	display: block;
	position: absolute;
	width: 530px;
	height: 320px;
}
a.advance-link img{
	display: block;
	}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
}
div.download {
	float: right;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0;
}
a.thumb {
	padding: 2px;
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #666;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 10px;
	margin-top: 18px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 10px;
}

#content div.pagination a:link {
	text-decoration: none;
}
#content div.pagination a:hover {
	text-decoration: none;
}
#content div.pagination a:visited {
	text-decoration: none;
}
#content div.pagination a:active {
	text-decoration: none;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 20px;
}
div.pagination span.current {
	font-color: #000;
}
div.caption {
	font-size: 14px;
	color: #333;
	padding: 0;
}
div.caption-container {
	display: none;
	position: relative;
	clear: left;
	height: 10px;
	width: 590px;
	left: 0;
	top: 430px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 600px;
	top: 0;
	left: 0;
}
