﻿/* STYLE FOR IMAGE GALLERY / SLIDESHOW */

.DRHImageSlider
{
}

.DRHImageSlider ul li
{
    list-style: none;
}

.SlideShowContainer
{
    border: solid 0px blue; 
    width: 605px;    
}

.galleryPrevPage
{
    position: relative;
    background-image: url('images/galleryPrevPage.jpg');
	background-repeat: no-repeat;	
	cursor:pointer;
}

.galleryNextPage
{
    position: relative;
    background-image: url('images/galleryNextPage.jpg');
    background-repeat: no-repeat;	
    cursor:pointer;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	position: relative;
	top: 0px;
	width: 500px;
	float:left;
	height: 395px;
	border: solid 0px red;
}
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: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	top: 0px;
	left: 0px;
    overflow:hidden;
    width: 500px;
	height: 365px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
    position: relative;
    height: 365px;/* This should be set to be at least the height of the largest image in the slideshow */
    width: 500px;
	top: 0px;
	left: 0px; 
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow 
{
    position: relative;
    float: left;
    height: 3px;
    width: 500px;
	top: 0px;
	left: 0px;
	text-align: center;
}
div.slideshow span.image-wrapper 
{
    position: relative;
    float: left;
    height: 365px;
    width: 500px;
    margin: 0px;
    padding: 0px;
    
}
div.slideshow a.advance-link {
	height: 365px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 365px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited 
{
	text-decoration: none;
}
div.slideshow img 
{
    padding: 1px;
    max-width: 500px;
    max-height: 360px;
	border: solid 1px #333;
}
div.download {
	
}
div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
}
div.caption 
{
    position: relative;
	color: #666;
	font-family: Calibri !important;;
	font-weight: normal !important;
	font-size: 12px;
	text-align: center;
	left: 5px;
	margin-top: 3px;
}
div.caption a {
	color: #fff;
}

div.image-desc 
{
	
}
div.navigation 
{
    position: relative;
    float: right;
    width: 88px;
    padding: 0px;
    margin: 0px;
    top: 20px;
    left: 3px;
    text-align:right;
    height: 353px;
    border: solid 0px red;
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs 
{
    position: relative;
	display:block;
	margin: 0;
	padding: 0;
}
ul.thumbs li 
{
    position: relative;
    display:block;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.thumb 
{
    margin-left: 2px;
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb 
{
    display:block;
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img 
{
	width: 82px;
	max-height: 62px;
	border: none;
	display: block;
}
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;
}
#captionToggle a {
	float: right;
	background-color: #000;
	margin-top: 5px;
	padding: 5px 30px 5px 5px;
}

