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: 652px;
	margin: 0 auto;
	position: relative;
}

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;
}

/*-----------------------------------*/
/* IMAGE */
/*-----------------------------------*/
div.slideshow-container {
	width: 652px;
	height: 435px; /* This should be set to be at least the height of the largest image in the slideshow */
	position: relative;
	clear: both;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 652px;
	height: 435px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	width: 652px;
	height: 435px; /* This should be set to be at least the height of the largest image in the slideshow */
	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 {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}

/*-----------------------------------*/
/* CONTROLS */
/*-----------------------------------*/
div.controls {
	width: 652px;
	padding: 5px 0;
	overflow: auto;
	background-color: #66665e;
	clear: both;
	color: #FFF;
}

	div.nav-controls {
		width: 652px;
	}

		div.controls a {
			padding: 0;
			color: #FFF;
		}
		
		div.controls a.prev {
			width: 10px;
			height: 15px;
			margin: 0 0 0 5px;
			padding: 0 5px;
			float: left;
			background-image: url(../../../images/left-arrow.gif);
			text-indent: -9999px;
			overflow: hidden;			
		}
		
		div.controls a.next {
			width: 10px;
			height: 15px;
			margin: 0 5px 0 0;
			padding: 0 5px;
			float: right;
			background-image: url(../../../images/right-arrow.gif);
			text-indent: -9999px;
			overflow: hidden;
		}

/*-----------------------------------*/
/* CAPTION */
/*-----------------------------------*/
div.caption-container {
	width: 500px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 0;
	position: absolute;
	bottom: 0;
	left: 76px;
	color: #FFF;
}

span.image-caption {
	width: 500px;
	position: absolute;
	top: 5px;
	left: 0;
	text-align: center;
}

div.caption {
	padding: 0;
	font-weight: bold;
}

