/* DEPRECATED FILE */




/* this makes it possible to add next button beside scrollable */
.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(../img/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(../img/scrollable/arrow/right.png);
	clear:right;	
}



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


/* position and dimensions of the navigator */
.navi {
	padding-top: 0px;
	margin-top: 340px;
	width: 550px;
	height:60px;
	color: white;
	z-index: 1000;
}

.navi a {
	float:left;
	margin-left: -5px;
	margin-right: 9px;
	margin-bottom: 5px;
	padding: 4px;
	background: #fff;
	font-size:10px;
	color: #000;
	width: 150px;
	border: 3px solid #000; 
	text-decoration: none; 
	font-weight: bold;
}

.navi a.active {
	border: 3px solid #476f8a;  
	text-decoration: none; 
}

.navi a:hover {
	background: #A0A0A0;  
	text-decoration: none; 
}

.navi img {
margin-right: 5px;
}

/* items inside navigator 
.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 
.navi a:hover {
	background-position:0 -8px;      
} */

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


	/* main vertical scroll */
	#center {
		position:relative;
		float: left;
		margin: 0;
		height: 450px;
		width: 535px;
		overflow: hidden;
	z-index: 10;
	}
	
	/* root element for pages */
	#pages {
		position:absolute;
		height:20000em;
	}
	
	/* single page */
	.page {
		float: left;
		padding:10px;
		height: 405px;
		background:#b1b1b1;
		border: 5px solid #000;
		width:500px;
	}
	
	/* root element for horizontal scrollables */
	.scrollable {
		position:relative;
		overflow:hidden;
		width: 500px;
		height: 450px;
	z-index: 10;
	}
	
	/* root element for scrollable items */
	.scrollable .items {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	/* single scrollable item */
	.item {
		float:left;
		cursor: none;
		width:500px;
		height:450px;
	}

	/* single scrollable item */

	.px20 {
	font: 20px Arial;
	color: black;
	font-weight: bold;
	}
	
	.px8 {
	font: 9px Arial;
	color: #333;
	text-align: right;
	}

	.item1 p, .item2 p, .item3 p {
	background: #fff;
	color: #000;
	width: 480px;
	height: 52px;
	padding: 10px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	font: 11px Arial;
	}

.item1 h1, .item2 h1, .item3 h1 {
	background: #fff;
	color: #000;
	width: 480px;
	height: 39px !important;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	font: 11px Arial;
	margin: 0px;
	}

	.item1 a:link, .item1 a:active, .item1 a:visited, .item2 a:link, .item2 a:active, .item2 a:visited, .item3 a:link, .item3 a:active, .item3 a:visited {
	color: #476f8a;
	font-weight: bold;
} 


	/* main navigator */
	#center_navi {
		float:left;
		padding:0px !important;
		margin:0px !important;
	}
	
	#center_navi li {
		background-color:#898989;
		border-top:1px solid #666;
		clear:both;
		color:#FFFFFF;
		font-size:12px;
		list-style-type:none;
		padding:10px;
		width:190px;
		cursor:pointer;
	}
	
	#center_navi li:hover {
		background-color:#444;
	}
	
	#center_navi li.active {
		background-color:#555;
	}
	
	#center_navi img {
		float:left;
		margin-right:10px;
	}
	
	#center_navi strong {
		display:block;
	}
	
	#center div.navi {
		margin-left: 5px;
		cursor:pointer;
	}


