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: 420px;
	padding: 0 10px;
}
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 {
	margin-top: 0px;
	height: 0px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
/*	float: left; */
}
div.nav-controls {
/*	float: right; */
	position: relative;
	top: 0;
	left: 0;
}

div.nav-controls a{
	padding: 0;
	display: block;
	width: 34px;
	height: 97px;

	background-image: url("sprite_btn_slider.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0px none;
}

div.nav-controls a.prev{
	position: absolute;
	top: 160px;
	left: 5px;
	z-index: 2;

	background-position: 0px -68px;
}

div.nav-controls a.prev:hover{
	background-position: -334px -68px;
}

div.nav-controls a.next{
	position: absolute;
	top: 160px;
	right: 5px;
	z-index: 2;

	background-position: -84px -68px;
}

div.nav-controls a.next:hover{
	background-position: -418px -68px;
}


div.slideshow-container {
	position: relative;
	clear: both;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
	border: 1px solid #BDBDBD;
	margin-top: 15px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 420px;
	height: 360px; /* 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: 420px;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 360px; /* 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;
	border: 1px solid #ccc;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 420px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
	text-align:center;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 5px;
	font-size: 11px;
}
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;
	position:relative;
	left:16px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 8px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	width:90px;
	height:90px;
	text-align:center;
	position: relative;
}

a.thumb .txt {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #FFFFFF;
    font-size: 100%;
    left: 0;
    overflow: hidden;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}


ul.thumbs li.selected a.thumb {
/*	background: #000; */
	border-color: #ED6103;
	border-width: 1px;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	max-width:90px;
	max-height:90px;
}
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 7px;
	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;
}

div#thumbs .bottom{
	position: absolute;
	bottom: 15px;
	left: 16px;
}

div#photos.block{
	width: 95%;
	margin: 20px auto;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #BDBDBD;
	color: #000000;
}

div#slideshow-area {
	position: absolute;
	bottom: -65px;
	left: 72px;
}

div#slideshow-msg {
	position: absolute;
	bottom: -25px;
	left: 0px;
	font-size:9px;
	padding: 0px 10px;
}


div.ss-controls a {
	display: block;
	width: 92px;
	height: 32px;
	background-image: url("slideshow_btn.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0px none;
}

div.ss-controls a.play {
	background-position: 0px 0px;
}
div.ss-controls a.play:hover {
	background-position: -92px 0px;
}

div.ss-controls a.pause {
	background-position: -184px 0px;
}
div.ss-controls a.pause:hover {
	background-position: -276px 0px;
}


div.navigation {
	width: 235px;
	height: 360px;
	float: left;
	position: relative;
	margin-top: 15px;
	/*padding: 10px 3px;*/
	border: 1px solid #BDBDBD;
}

