DIV.content
{
/*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: 550px;
}
DIV.content A, DIV.navigation A
{
	text-decoration: none;
	color: #777;
	margin-left: 0px;
	margin-top: 1px;
}
DIV.content A:focus, DIV.content A:hover, DIV.content A:active
{
	text-decoration: underline;
}
DIV.controls
{
	margin-top: 15px;
	height: 20px;
}
DIV.controls A
{
	padding: 20px;
}
DIV.ss-controls
{
	float: left;
}
DIV.nav-controls
{
	float: right;
}
DIV.slideshow-container
{
	position: relative;
	clear: both;
	height: 514px;
/*This should be set to be at least the height of the largest image in the slideshow*/
}
DIV.loader
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	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: 550px;
	height: 502px;
/*This should be set to be at least the height of the largest image in the slideshow*/
	line-height: 502px;
/*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: super;
	border: 1px solid #CCC;
}
DIV.download
{
	float: right;
}
DIV.caption-container
{
}
SPAN.image-caption
{
	display: block;
	position: absolute;
}
DIV.caption
{
	background-color: #000;
	padding: 21px;
	color: #CCC;
	margin: 0px 0px 12px;
}
DIV.caption A
{
	color: #FFF;
}
DIV.image-title
{
	font-weight: bold;
	font-size: 1.4em;
}
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: 3px;
	margin: 0px;
	list-style: none;
}
A.thumb
{
	padding: 0px;
	display: inline;
}
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-bottom: 12px;
	height: 11px;
}
DIV.navigation DIV.bottom
{
	margin-top: 12px;
}
DIV.pagination A, DIV.pagination SPAN.current, DIV.pagination SPAN.ellipsis
{
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px;
	border: 1px solid #CCC;
}
DIV.pagination A:hover
{
	background-color: #EEE;
	text-decoration: none;
}
DIV.pagination SPAN.current
{
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #FFF;
}
DIV.pagination SPAN.ellipsis
{
	border: none;
	padding: 5px 0 3px 2px;
}
#captionToggle A
{
	float: right;
	display: block;
	background-image: url('caption.png');
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}
