
/* ------------------------------------ */
/* ------------------------------------ */
/* -- Galleriffic style definitions  -- */
/* ------------------------------------ */
/* ------------------------------------ */

#gallery {
	width:979px;
	height:515px;
	background:#fff;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	position:absolute;
	top:0;
}
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.slideshow-container {
	position: absolute;
	top:0;
	left:0;
	width:979px;
	height: 515px; /* 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: url('loader.gif') #fff center no-repeat;
	width: 979px;
	height: 515px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	position:absolute;
	top:0;
	left:0;
}
div.slideshow img {
	position:absolute;
	top:0;
	left:0;
}
div.caption-container {
	position: absolute;
	bottom:0;
	left:0;
	width:979px;
	height:115px;
	background:#fff;
	background:rgba(255,255,255,0.85);
}
span.image-caption {
	position:absolute;
	width:auto;
	right:0;
}
div.caption {
	padding:10px 0 0;
}
div.image-title {
	position:relative;
	width:428px;
	font-size: 25px;
	text-transform:uppercase;
	font-family:"myriad pro", sans-serif;
}
div.image-desc {
	position:relative;
	width:428px;
	padding: 2px 0 4px;
}
div.image-link {
	position:relative;
	width:350px;
	text-align:right;
}

div.image-link a {
	text-transform:uppercase;
	color:#229b2c;
	font-size: 1.2em;
	font-family:"myriad pro", sans-serif;
}

div.getUp 
{
    margin-top: -17px;
    }
    

div.navigation.jsActive {
	position:absolute;
	bottom:0;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
	list-style: none;
}
a.thumb {
	position:relative;
	display: block;
}
span.marker {
	position:absolute;
	width:100%;
	height:20px;
	background:url(/images/sprites.png) no-repeat;
}
span.markerBtm {
	bottom:0;
	background-position:0 bottom;
}
span.markerTop {
	top:0;
	background-position:0 -79px;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}


