div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 690px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	height: 21px;
	margin-bottom: 40px;
}
div.controls a {
	padding: 0;
	display: block;
}
div.ss-controls {
	float: left;
	height: 21px;
	width: 183px;
}

div.ss-controls a.play { height: 21px; background: url(/templates/rsa/images/stills_play_slideshow.gif) no-repeat -200px 0px; }
div.ss-controls a.play:hover { height: 21px; background: url(/templates/rsa/images/stills_play_slideshow.gif) no-repeat -200px -25px; }

div.ss-controls a.pause { height: 21px; background: url(/templates/rsa/images/stills_pause_slideshow.gif) no-repeat -200px -25px; }
div.ss-controls a.pause:hover { height: 21px; background: url(/templates/rsa/images/stills_pause_slideshow.gif) no-repeat -200px 0px; }

div.nav-controls {
	float: right;
	height: 21px;
	width: 50px;
}

div.nav-controls .prev-container { float: left; width: 20px; height: 20px; }
div.nav-controls .next-container { float: right; width: 20px; height: 20px; }

div.nav-controls a.prev { height: 21px; background: url(/templates/rsa/images/stills_prev_next.gif) no-repeat -60px 0px; }
div.nav-controls a.prev:hover { height: 21px; background: url(/templates/rsa/images/stills_prev_next.gif) no-repeat -60px -25px; }
div.nav-controls a.next { height: 21px; background: url(/templates/rsa/images/stills_prev_next.gif) no-repeat -90px 0px; }
div.nav-controls a.next:hover { height: 21px; background: url(/templates/rsa/images/stills_prev_next.gif) no-repeat -90px -25px; }

div.slideshow-container {
	position: relative;
	clear: both;
	height: 550px;
	background-color: #121912;
	margin-bottom: 20px;
	overflow: hidden;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 730px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 730px;
	height: 550px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 550px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
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;
}
div.caption-container {
	float: left;
	width: 360px;
	height: 50px;
	color: #C2004E;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 360px;

}
div.caption {
}
div.image-title {
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery 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: 10px 10px 0 0;
	list-style: none;
}
a.thumb {
	/*padding: 2px;*/
	display: block;
	/*border: 1px solid #ccc;*/
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-top: -3px;
	height: 23px;
}
div.navigation div.bottom {
	padding-top: 19px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	width: 25px;
}
div.pagination a:hover {
	color: #98a010 !important;
	text-decoration: none;
}

div.pagination a.next { background: url(/templates/rsa/images/director_next.gif) no-repeat 0px 3px; }
div.pagination a.next:hover { background: url(/templates/rsa/images/director_next.gif) no-repeat 0px -17px; }

div.pagination a.prev { background: url(/templates/rsa/images/director_prev.gif) no-repeat 0px 3px; }
div.pagination a.prev:hover { background: url(/templates/rsa/images/director_prev.gif) no-repeat 0px -17px; }

div.pagination span.current {
	color: #98a010 !important;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

