@charset "UTF-8";
/* CSS Document */

	/* 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(http://static.flowplayer.org/tools/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(http://static.flowplayer.org/tools/img/scrollable/arrow/right.png);
	clear:right;	
}*/



/*********** navigator ***********/


/* position and dimensions of the navigator */
.navi {
	margin-left:0px;
	margin-top:0px;
	width:200px;
	height:20px;
}


/* 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 */
	#main {
		position:relative;
		overflow:hidden;
		height: 450px;
	}
	
	/* root element for pages */
	#pages {
		position:absolute;
		height:40000em;
	}
	
	/* single page */
	.page {
	height: 450px;
	width:350px;
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	}
	
	/* root element for horizontal scrollables */
	.scrollable {
		position:relative;
		overflow:hidden;
		width: 350px;
		height: 240px;
	}
	
	/* root element for scrollable items */
	.scrollable .items {
		width:20000em;
		position:absolute;
		clear:both;
	}
	
	.scrollable .vergrootglas {
		width:350px;
		height:240px;
		position:absolute;
		clear:both;
	}
	
	/* single scrollable item */
	.item {
	float:left;
	cursor:pointer;
	width:400px;
	height:450px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
	
	/* main navigator */
	#main_navi {
	clear: both;
	width: 250px;
	margin-left: 100px;
	margin-top: -175px;		/*float:left;
		padding:0px !important;
		margin:0px !important;*/
	}
	
	#main_navi li {
	clear:both;
	color:#666666;
	font-size:12px;
	height:22px;
	list-style-type:none;
	padding:0px;
	width:250px;
	cursor:pointer;
	}
	
	#main_navi li:hover {
		color:#444;
	}
	
	#main_navi li.active {
		color:#F60;
	}
	
	#main_navi strong {
		display:block;
	}
	
	#main div.navi {
		margin-left:0px;
		cursor:pointer;
	}
