
#text-content-container div.content a, #text-content-container 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 {
	margin-top: 5px;
	position: relative;
	left: 0;
	z-index: 10px;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	float: left;
	position: relative;
	clear: both;
	min-height: 460px; /* 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('/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 320px;
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	min-height: 240px;
	float: left;
}
div.slideshow span.image-wrapper img {
	float: left;
}

div.slideshow a.advance-link {
	display: block;
	width: 320px;
	height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0px; /* 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 {
}
div.download {
	float: right;
}
div.caption-container {
	display: none;
}
span.image-caption {
	display: none;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}


#text-content-container ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#text-content-container ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 0px 7px 7px;
	list-style: none;
}

#text-content-container ul.thumbs li {
	margin: -2px -2px 5px 5px;
}

#text-content-container ul.thumbs li a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	top: 0;
	right: 0;
	float: left;	
	border: 2px solid #f5f5f5;
}

#text-content-container ul.thumbs li.selected a {
	border: 2px solid #960505;
	display: block;
	top: 0;
	right: 0;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#text-content-container a.thumb:focus {
	outline: none;
}
#text-content-container ul.thumbs img {
	border: none;
	display: block;
	float: left;
}

div.navigation div.top, div.navigation div.bottom, div.pagination a, div.pagination span.current, div.pagination span.ellipsis, div.pagination a:hover,
div.pagination span.current, div.pagination span.ellipsis, a.prev, a.next {
	display: none;
}

.navigation {
	width: 351px;
	float: left;
}

.content {
	display: block;
	float: left;
	width: 320px; 
	position: relative;
	min-height: 270px;
	top: -5px;
}

#controls {
	position: absolute;
	top: 15px;
	left: -14px;
}

#controls a:link, #controls a:visited, #controls a:hover, #controls a:active {
		background: url('../images/sprites/sprites-play-stop.png') no-repeat left top;
		float: left;
		margin-right: 5px;
		width: 28px;
		height: 28px;
		text-indent: -9999px;
		overflow: hidden;
		outline: none;
		margin-top: 5px;
		clear: both;
	}	

a#gallery-pause { background-position: left top; }
a#gallery-pause:hover { background-position: left bottom; }
a#gallery-play { background-position: right bottom; }
a#gallery-play:hover { background-position: right bottom; }	

