@charset "utf-8";
/* CSS Document */
/**************************************************************
   ACCORDION
 **************************************************************/
#year-accordion{
	clear:both;
}
#year-accordion a:focus {
	outline: none;
}
#year-accordion .title{

}
#year-accordion .title a{
	text-decoration: none;
	padding: 10px 0 10px 20px;
	margin: 0 0 0 0;
	display: block;
	width: 300px;
	color:#FFF;
	background-color:#111;
	border-top: thin solid #222;
}
#year-accordion .title a.opened, #year-accordion .title a.opened:hover{
	color:#FF0;
	background-color:#000;
}

#year-accordion .title a:hover{
	color:#000;
	background-color:#FF0;
}
#year-accordion .set{
	
}
#year-accordion .content .title a{
	text-decoration: none;
	padding: 5px 0 5px 30px;
	display: block;
	width: 930px;
	color:#FFF;
	background-color:#222;
	border-bottom: thin solid #333;
	border-top: thin solid #111;
}
#year-accordion .content .title a.opened, #year-accordion .content .title a.opened:hover{
	color:#FF0;
	background-color:#000;
}
#year-accordion .content .title a:hover{
	color:#FF0;
	background-color:#000;
}
#year-accordion .content .set{
	
}
.description{
	display: block;
	width: 600px;
	padding: 0 20px 0 20px;
	margin:0 0 0 320px;
	clear: both;
}
/**************************************************************
   GALLERY
 **************************************************************/
#gallery-container{
	width: 960px;
	height: 480px;
	padding: 15px 0 0 0;
	overflow:hidden;
	position: relative
}
a:focus {
	outline: none;
}
.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;	
}

.controls {
	height: 30px;
	font-weight: bold;
}
.controls a {
	display : inline-block;
}

.ss-controls {
	float: right;
}
.nav-controls {
	float: left;
}
.nav-controls a{
	margin-right: 2px;
}
.nav-controls a, .ss-controls a{
	padding: 4px 7px 2px 7px;
	color: #FFF;
}
.nav-controls a:hover, div.ss-controls a:hover{
	background-color: #FF0;
	text-decoration: none;
	color: #000;
}
.slideshow-container {
	position: relative;
	float: right;
	clear: both;
	width: 620px;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
	overflow:hidden;
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/css-images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 620px;
	height: 420px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.slideshow {
	background-color:#000;
	width: 100%;
	height: 420px;
	overflow:hidden;
}
.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow a.advance-link {
	display: block;
	width: 616px;
	height: 417px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 417px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
.slideshow a.advance-link:hover, .slideshow a.advance-link:active, .slideshow a.advance-link:visited {
	text-decoration: none;
}
.slideshow a.advance-link:focus {
	outline: none;
}
.slideshow img {
	height: 400px;
	width: auto;
	vertical-align: middle;
	border: 0;
}

.navigation {
	*position: absolute;
	*left: 0;
	*top: 0;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	width: 340px;
	clear: both;
	margin: 0 0 0 3px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 7px 7px 0;
	list-style: none;
	
}
ul.thumbs li.selected #thumb-holder{
	display: block;
	width:90px;
	height:90px;
	line-height: 90px;
	float: left;
	overflow: hidden;
	border: 2px solid #FF0;
	text-align: center;
	margin: 3px;
}
ul.thumbs li #thumb-holder{
	display: block;
	width:90px;
	height:90px;
	line-height: 90px;
	float: left;
	overflow: hidden;
	border: 5px solid #000;
	text-align: center;
	margin: 0;
}
.thumb-center{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

a.thumb {
	display: block;
	width: 90px;
	height: 90px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 90px; /* This should be set to be at least the height of the largest image in the slideshow */
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	width: auto;
	height: 140px;
	vertical-align: middle;
}
.pagination {
	clear: both;
}
.navigation div.top {
	height: 30px;
}
.navigation div.bottom {

}
.pagination a, .pagination span.current, .pagination span.ellipsis {
	display: inline-block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	color: #FFF;
}
.pagination a:hover {
	background-color: #FF0;
	text-decoration: none;
	color: #000;
}
.pagination span.current {
	font-weight: bold;
	background-color: #000;
	color: #FF0;
}
.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
.nav-controls{
	*padding: 0 0 0 340px;
}

