#leftMenuGallery {
	width: 280px;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: auto;
	padding: 0px;
	padding-top: 0px;
	position: relative;
	text-align: left;
}

#innerContentGallery {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 0px;
	height: 110px;	
	background-color: #93705A;
	color: #D9D9D9;
	font-size: 12px;
}

#contentRightGallery{
	float: left;
	width: 630px;		
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	padding: 0px;
	position: relative;
	background-color: #C3D79B;
	z-index: 3;
}

#galleryMenu {
	padding-top: 10px;	
	color: #3F1A04;	
}

#galleryMenu span {
	color: #D9D9D9;
	font-weight: normal;
}

#galleryMenu a {
	color: #3F1A04;
	font-weight: bold;
}

#galleryBrowse {
	text-align: center;
	margin-top: 25px;	
	padding-bottom: 35px;
}

#galleryBrowse img {
	border: 4px solid #FFFFFF;	
	margin-left: 20px;
	margin-bottom: 25px;
}

/* LEFT SIDE ON GALLERY PAGE*/
#galleries {
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

#galleries a {
	color: #3F1A04;
	font-size: 12px;
	font-weight: bold;
}

/* GALLERY SLIDESHOW */
#gallery {
	/* 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; 
}
#gallery a, .gallerynavigation a {
	text-decoration: none;
	/*color: #D9D9D9;*/
	color: #FFFFFF;
	font-weight: bold;
}
#gallery a:focus, #gallery a:hover, #gallery a:active {
	text-decoration: underline;
}

#gallery .content {
	vertical-align: top;	
}

.controls {
	margin-top: 5px;
	height: 23px;
}
.controls a {
	padding: 5px;
}
.ss-controls {
	float: left;
}
.nav-controls {
	float: right;
}
.slideshow-container {
	position: relative;
	clear: both;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	vertical-align: top;
	top: 0;
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.slideshow {
	top: 0;
	vertical-align: top;
}
.slideshow .image-wrapper {
	display: block;
	top: 0;
	vertical-align: top;
	left: 0;
}
.slideshow a.advance-link {
	display: block;
	position: relative;
	width: 550px;
	height: 600px; /* 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;
	vertical-align: top;	
}
.slideshow a.advance-link:hover, .slideshow a.advance-link:active, .slideshow a.advance-link:visited {
	text-decoration: none;
}
.slideshow img {
	vertical-align: top;
	top: 0px;
	border: 1px solid #ccc;
}
.download {
	float: right;
}
.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
.caption {
	padding: 12px;
}
.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
.gallerynavigation {
	/* 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;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	vertical-align: top;
}

.pagination {
	clear: both;
}
.gallerynavigation .top {
	margin-bottom: 12px;
	height: 11px;
}
.gallerynavigation .bottom {
	margin-top: 12px;
}
.pagination a, .pagination .current, .pagination .ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
.pagination .current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.pagination .ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
