﻿.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 446px; 
	overflow: visible;
}
.content a, .navigation a {
	text-decoration: none;
	color: #777;
}
.content a:focus, .content a:hover, .content a:active {
	text-decoration: underline;
	outline: none;
	-moz-style-outline: none;
	-webkit-style-outline: none;
	-o-style-outline: none;
}
.controls{
	/*margin-top: 5px;
	height: 23px;*/
	clear: both;
	margin: -4px 0 0 0;
}
.controls a {
	padding: 5px;
}
.ss-controls {
	float: left;
}
.nav-controls {
	float: right;
}
.slideshow-container {
	position: relative;
	clear: both;
	height: 296px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 446px;
	height: 280px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.slideshow {
}
.image-wrapper{
	display: block;		
	position: absolute;
	top: 0;
	left: 0;	
	/*******/
	overflow: hidden;
	border: 4px solid #c1c3c2;
	background-color:#F0EDE8;
}
.slideshow a.advance-link{
	display: block;
	width: 446px;
	height: 278px; 
	line-height: 0px;
	text-align: center;		
}
.slideshow a.advance-link:hover{
	text-decoration: none;
}
.slideshow a.advance-link img{
	/*max-width: 100%;
	max-height: 100%;
	margin: 0 0 0 -6px;*/
}

.slideshow a.advance-link:hover, .slideshow a.advance-link:active, .slideshow a.advance-link:visited {
	text-decoration: none;
}
.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
.download {
	float: right;
}

.caption-container {
	position: relative;
/*	clear: left;
	height: 75px;*/
	clear: both;	
}
span.image-caption {
	display: block;
	position: absolute;
	background: #fff;
	/*width: 98%;*/
	top: 0;
	left: 0;
	padding: 2px 6px;
}
.caption {
	/*padding: 12px;*/
}
.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
.image-desc {
	line-height: 1.3em;
	padding: 4px 0 0 2px;
}
.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	float: right !important;
	width: 210px !important;	
	/*border: 0 none !important;*/
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	height: 218px;
	overflow: hidden;
}
ul.thumbs li {
	float: left;
	width: 65px;
	padding: 0;
	margin: 0px 0px 7px 5px;
	list-style: none;
}
a.thumb {
	display: block;
	border: 3px solid #babfc1;
}
ul.thumbs li.selected a.thumb {
	background: #000;
	border: 3px solid #b98f30;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
.pagination {
	clear: both;
}
.navigation .top {
	margin-bottom: 12px;
	height: 11px;
	display: none;
}
.navigation .bottom{
	float: right;
	margin: 10px 0 0 0;
}
.pagination a, .pagination span.current, .pagination span.ellipsis {
	display: block;
	float: left;
	margin: 0 2px 0 0;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.pagination span.current{
	display: block;
	float: left;
	margin: 1px 2px 0 0;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/*new classes 08-05-2012*/
.imgGalTab, .videoGalTab{
	padding: 10px 20px; 
	display: inline-block; 
	background: #B98F30;  
	margin: 0 0 0 5px; 
	color:#ffffff; 
	font-weight: bold;
}
.videoGalleryForHotel{
display: none;
}
.galleryTabOuter{
	border-bottom: 3px solid #BABFC1;
	/*padding: 5px 5px 0;*/
	position: absolute;
    right: 0;
    top: 0;
    width: 204px;
}
.galleryTabOuter span{
	background: #242C2E;
	cursor: pointer;
}
.galleryTabOuter span.current{
	background: #B98F30;
	cursor: pointer;
}
.rowDiv{
	position: relative;
}
.navigation{
margin: 34px 0 0 0;
}