@charset "utf-8";
/* CSS Document */

/* main vertical scroll */
#main {
	position:relative;
	overflow:hidden;
	height:294px;
}

/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
}

/* single page */
.page {
	padding:10px;
	height: 275px;
	background:url(../images/banners/h600.png) 0 0 repeat-x;
	width:520px;
}

/* root element for horizontal scrollables */
.scrollable {
	position:relative;
	overflow:hidden;
	width:510px;
	height: 270px;
}

/* root element for scrollable items */
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:520px;
	height:220px;
}

/* main navigator */
#main_navi {
	float:left;
	width:960px;
	height:284px;
	background-color:#FFF;
	padding:0px !important;
	margin:0px !important;
	padding-left:10px !important;
	padding-top:10px !important;
}

#main_navi li {
	padding:0px;
	margin:0px;
	border:none;
	/*background-color:#333;
	border-top:1px solid #666;*/
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:31.7px;
	list-style-type:none;
	width:190px;
	cursor:pointer;
}

/*#main_navi li:hover {
	background-color:#444;
}

#main_navi li.active {
	background-color:#555;
}*/

#main_navi img {
	float:left;
	margin-right:10px;
}

#main_navi strong {
	display:block;
}

#main div.navi {
	margin-left:250px;
	cursor:pointer;
}

/*********** navigator ***********/


/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/banners/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}


/* Now then this is the styles for the overlay on the directions page */


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:950px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers {
	text-align:left;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}



/* styling for elements inside overlay */
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:260px;
	height:400px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 10px 0;
}

.scroller_image{
	float:left; 
	width:140px;
	height:84px; 
	margin-bottom:10px;
}
