#gallery {
	position: relative;
	width: 950px;
	height: 300px;
	display: none;
}


div.controls {
	position: absolute;
	height: 23px;
	z-index: 100;
	top: 0;
	left: 0;
	width: 950px;
	
	display: none;
}

div.controls a {
	padding: 5px;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

div.slideshow-container {
	position: absolute;
	width: 950px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	top: 0;
	left: 0;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	background-image: url('/images/loadingAnimation.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 950px;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
}


div.slideshow span.image-wrapper img {
	width: 950px !important;
	height: 300px;
	position: absolute !important;
	top: 0 !important;
	left: 0;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


div.slideshow a.advance-link {
	display: block;
	width: 950px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 300px; /* 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.download {
	display: none;
}

div.caption-container {
	position: absolute;
	width: 400px;
	margin-left: 520px;
	top: 65px;
	text-align: right;
	height: 80px;
	overflow: hidden;
	background-color: black;
	
	display: none;
}

div.image-title {
	font-weight: normal;
	font-size: 2.9em;
	line-height: 1.1em;
	color: #fff;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	color: #fff;
}

div.navigation {
	position: absolute;
	width: 300px;
	top: 365px;
	margin-left: 620px;
}

#thumbs {
	display: none;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
}

a.thumb {
	padding: 2px;
	display: block;
	border: 2px solid #fff;
}

ul.thumbs li.selected a.thumb {
	background: #fff;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}
