/* CSS Document */

/* main vertical scroll */
#main {
	position: relative;
	overflow: hidden;
	height: 278px;
}

/* root element for pages */
#pages {
	position:absolute;
}

/* single page */
.page {
	height: 278px;
	width: 729px;
}

/* root element for horizontal scrollables */
.scrollable {
	position: relative;
	overflow: hidden;
	width: 723px;
	height: 278px;
}

/* root element for scrollable items */
.scrollable .items {
	width: 2000em;
	position: absolute;
	clear: both;
	left: -134px;
	top: 2px;
}

/* single scrollable item */
.item {
	float: left;
	cursor: pointer;
	width: 718px;
	height: 266px;
	padding: 6px 0 0 5px;
}

/* main navigator */
#main_navi {
	float: left;
	padding: 0px !important;
	margin: 0px !important;
}

#main_navi li {
	background: url(../images/featuredLeftBG.jpg);
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	height: 59px;
	list-style-type: none;
	width: 165px;
	cursor: pointer;
	padding: 6px 0 0 6px;
	line-height: 13px;
}

#main_navi li:hover {
	background-position: 0 -66px;
}

#main_navi li.active {
	background-position: 0 -132px;
}

#main_navi img {
	float:left;
	margin-right:10px;
}

#main_navi strong {
	display:block;
}

#main div.navi {
	margin-left:250px;
	cursor:pointer;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float: left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/scrollable/arrow/left.png) no-repeat;
	float: left;
	margin: 43px 10px;
	cursor: pointer;
	font-size: 1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility: hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image: url(../images/scrollable/arrow/right.png);
	clear: right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left: 328px;
	width: 200px;
	height: 20px;
}


/* items inside navigator */
div.navi a {
	width: 8px;
	height: 8px;
	float: left;
	margin: 3px;
	background: url(../images/navigator.png) 0 0 no-repeat;
	display: block;
	font-size: 1px;
}

/* mouseover state */
div.navi a:hover {
	background-position: 0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position: 0 -16px;     
} 	
