@charset "UTF-8";
/* CSS Document */


#thumbs {
float:right!important;
width:280px;
}

.advance-link img {
border:0;
}

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;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}


div.controls {
float:right;
width:100%;
height:auto;
margin: 6px 0 6px 0;
padding:6px 0 6px 0; 


}


div.ss-controls {
float:left!important;
padding-left:14px;
width:30px;
height:30px;


}

div.nav-controls {
float:left;

width:100px;
height:30px;

} 

div.nav-controls a.prev {
float:left;
text-indent:-9999px;
width:30px;
height:30px;
margin:6px;

background:url(../images/prev.gif);
}

div.nav-controls a.next {
float:left;
text-indent:-9999px;
width:30px;
height:30px;

background:url(../images/next.gif); 
margin:6px;
}



div.controls a.play {
background: url(../images/slide.gif);
text-indent:-9999px;
width:30px;
height:30px;
float:right;
margin:6px;
}

div.controls a.pause {
background: url(../images/pause.gif);
text-indent:-9999px;
width:30px;
height:30px;
float:right;
margin:6px;
}

div.controls a.prev:hover {
background: url(../images/prevHover.gif)
}

div.controls a.next:hover {


background: url(../images/nextHover.gif)
}

div.controls a.pause:hover {
background: url(../images/pauseHover.gif);

}

div.controls a.play:hover {
background: url(../images/slideHover.gif);
}


div.slideshow-container {
	
	float:left;
	height: 290px;
	width:1000px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin:10px 0 10px 0;
}
div.loader {
	position: relative;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:700px;
	height: 260px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
float:left;
position:relative;
width:700px;
height:260px;

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:700px;
	height:260px;
}
div.slideshow a.advance-link {
	display: block;
	width: 600px;
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
/*	line-height: 600px;  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 {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
	float:left;
}
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 {
	
	margin: 0;
	padding: 0;
	float:left;
	text-align:right;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin:10px;
	list-style: none;
	width: 32px;
}
a.thumb {
	padding:0;
	display: block;
	border:1px solid #999;
	width:30px;
	height:30px;
	float:left;
	
	
}


a.thumb:hover {
	
	border:1px solid #a00000;
	
	
}

ul.thumbs li.selected a.thumb {
	background: #000;
	border:1px solid #a00000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:30px;
	height:30px;
	float:left;
}
div.pagination {
	visibility:hidden;
	width:0;
	height:0;
}
div.navigation div.top {
	
}
div.navigation div.bottom {
	
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	visibility:hidden;
	width:0;
	height:0;
	}
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;
}


