
/* container for slides */
#rotator {position: absolute; width: 960px; height: 380px;}

.images {
	background:#fff;
	position:absolute;	
	height:380px;
	width:960px;
	float:left;	
	z-index: 0;
	display: block;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	font-size:12px;
	z-index: 0;
}

.images .bigScreen
{width: 960px; height: 380px;}

.images .whiteStripe
{display: block; margin-top: 280px; height: 100px; width: 960px; background: #fffdf1; font-family: 'lucida grande', verdana; font-size: 11px;
				filter:alpha(opacity=70); opacity:0.70;filter:alpha(opacity=70); text-align: center;}

/* Easter button */
.images .button1
{position:relative; display: block; margin-top: 280px; height: 100px; width: 161px; float:left;}

/* Weekday Rates button*/
.images .button2
{position:relative; display: block; margin-top: 280px; height: 100px; width: 161px; float:left;}


/* "whiteStripe2" class is built to accomodate new Easter and Weekday Rates buttons */
.images .whiteStripe2
{left:321px; display: block; margin-top: 280px; height: 100px; width: 639px; background: #fffdf1; font-family: 'lucida grande', verdana; font-size: 11px;
				filter:alpha(opacity=70); opacity:0.70;filter:alpha(opacity=70); text-align: center;}



/* header */
.images .whiteStripe h1 {font-size: 16px; padding: 20px 0 10px 0; color: #000;}
.images .whiteStripe p {font-size: 12px; line-height: 16px; color: #000;}

/* "whiteStripe2" class is built to accomodate new "Easter" and "Weekday Rates" buttons */
.images .whiteStripe2 h1 {font-size: 16px; padding: 15px 0 10px 0; color: #000;}
.images .whiteStripe2 p {font-size: 12px; line-height: 15px; color: #000;}


/* tabs (those little circles below slides) */
.tabs {
	position: absolute;
	z-index: 100;
	margin-left:940px;
	margin-top: 296px;
}

/* single tab */
.tabs a {
	width:20px;
	height:20px;
	margin:0 0 5px 0;
	color: #333;
	background: #FFF url('../images/tabs_nav.png') 0 0 no-repeat;
	display:block;
	text-align: center;
	font-size:10px;	
	line-height: 20px;	
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -20px;
	text-decoration: none;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -40px;   
	color: #EAEAEA;  
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
