/* CSS Document */

/* ------------------------ */
/* CODA SLIDER : THUMB GRID */
/* ------------------------ */

* { margin: 0px; padding: 0px }
		
		.thumb  { border: 1px solid #CCCCCC; padding:1px; margin: .2em .1em .2em .1em}
		.thumb:HOVER {border:1px solid #999}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin-left:1em;
			position: relative;
			width: 350px;
			float:left;
			margin-top:3em
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 300px; background: #fff; overflow: hidden}
		.csw .loading {margin: 100px 0 200px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #ccc; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 350px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 302px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			text-align:center;
			width: 350px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px;
			text-align:center;
		
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display:none
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #fff;
			color: #333;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #ddd;
		}
		
		.stripNav li a.current {
			background: #EAEAEA;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
			display:none;
		}
		
		.stripNavR {
			right: 0;
			display:none;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}

/* ------------------------ */
/* CODA SLIDER : HOTEL INFO */
/* ------------------------ */

#wrapper {
    width: 760px;
    margin: 0 auto;}

.panelx h1 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#999966; 
	font-weight:normal; 
	font-size:18px
}
.panelx h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
	font-family:"Arial"; 
	color:#999966; 
	font-size:14px
}

#sliderx {
    width: 800px;
    margin: auto;
    position: relative;
}

.scrollx {
    min-height: 350px;
    width: 800px;
    overflow-x: hidden;
    position: relative;
    clear: left;
	overflow:auto
}

.scrollContainerx div.panelx {
    padding: 1em;
    width: 770px;
	height:100%;
	position:relative;
}

#shadex {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigationx {
    list-style: none;
    margin: 0;
    padding: 0;

}

.navigationxbar {background-color:#EAEAEA; padding:.2em; border-bottom:1px solid #CCCCCC}

ul.navigationx li {
    display: inline;
    margin-right: 1em;
}

ul.navigationx a {
    padding-left: 1em; padding-right: 1em;
	padding-bottom: .2em; padding-top: .4em;
    color: #333;
    text-decoration: none;
	font-family:"Arial";
	font-size:12px;
	font-weight:bold;
	
}

ul.navigationx a:hover {
    background-color: #dedede;
	color:#333; padding-bottom:.3em
}

ul.navigationx a.selected {
	background-color: #fff;
	color:#CC6699; padding-bottom:.4em; border:1px solid #CCCCCC; border-bottom:none
}

ul.navigationx a:focus {
    outline: none;
}

.scrollButtonsx {
    position: absolute;
    top: 150px;
    cursor: pointer;
	display:none
}

.scrollButtons.leftx {
    left: -20px;
	display:none
}

.scrollButtons.rightx {
    right: -20px;
	display:none
}

.hidex {
    display: none;
}

/* ------------------------ */
/* LIGHTBOX                 */
/* ------------------------ */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color:#EAEAEA;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border:1px solid #CCCCCC;
	border-bottom:none
	
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #EAEAEA;
	border:1px solid #ccc;
	border-top:none;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #333; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* ------------------------ */
/* BUBBLES                */
/* ------------------------ */

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}