/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0;
	float:left;
/* breedbeeld */
	width: 400px;
	height: 225px;
}
a.flowplayer span {
	text-decoration: none;
}
/* play button on top of splash image */
div.playButton {
	background:url(play.png) no-repeat;
	width:45px !important;
	height:45px;
	position:relative;
	margin-bottom:-50px;
	opacity:0.9;
	left: 180px;
/* breedbeeld */
	top: -140px;
}
div.playButton:hover {
	opacity:1.0;		
}
/* items */
div.items {
	height:180px;		
	float:left;
	width:470px;
	background-color:#efefef;
	width: 860px;
	height: 280px;
	margin-top: 20px;
}
div.items div {
	width: 860px;
	height: 320px;
}
div.scrollable div {		
	float:left;
}
div.scrollable h2 {
	margin-left: 410px;
	margin-top:10px;
	color: #ed1c24;
}
div.scrollable p {
	margin-left: 410px;
	margin-right:15px;
	color:#444;
	font-size:10pt;
}
/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin-top:70px;
	margin-top:120px;
	visibility: hidden;
}
a.prev {
	background:url(button-left.gif);
	margin-right:10px;
}
a.prev:hover {
	background:url(button-left-over.gif);		
}
a.next {
	background:url(button-right.gif);
	margin-left:10px;
}
a.next:hover {
	background:url(button-right-over.gif);		
}
/* tabs */ 
ul.navi { 
	margin:0px 0 0 0 ;
	padding:0px;
	position:relative;
	top:10px;
	left:160px;
	width: 720px;
}
ul.navi li {
/*	background:url(tab-left.gif) left top no-repeat; */
	list-style-type:none;
}
ul.navi ul {
	width: 720px;
	height: 24px;
/*	border-bottom:1px solid #d2d2d2; */
	padding: 0;
	clear: both;
}
ul.navi li {
/*	background:url(tab-left.gif) left top no-repeat; */
	float:left;
	margin:0;
	list-style-type:none;
	margin-right: 2px;
}
ul.navi li ul li {
	float:left;
	margin:0;
}
ul.navi a {
	background:url(tab-right.gif) right top no-repeat;
	padding:3px 12px;
	border-bottom:1px solid #D2D2D2;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:12px;
}
ul.navi li ul li.active a, ul.navi ul li a:hover {
	background-position:100% -150px;
	border-bottom:1px solid #fff;
	cursor: pointer;
	background-color: #1995db;
	color: white;
}
ul.navi li ul li.active {
	background-position:0 -150px;	
	background-color: #1995db;
}
