/* play button on top of splash image */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:45px !important;
	height:45px;
	position:relative;
	top:-240px;
	left:290px;	
	margin-bottom:-50px;
	opacity:0.9;
}

div.playButton:hover {
	opacity:1.0;		
}

div.items {
	width:818px;
	display:block;
	background-color:#efefef;
	border:1px solid #ddd;
	height: 530px;
}
	
div.items div {
	width:818px;
	height: 530px;
}

/* items */
div.scrollable {
	margin-left:0px;
}

div.scrollable div {
	float:left;
}

div.scrollable h2 {
	margin-top:10px;
	margin-left:15px;
}

div.scrollable p {
	color:#444;
	font-size:11px;
	margin-right:15px;
	margin-left: 15px;
}
/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0;
	width:560px;
	height:420px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
	margin-bottom:5px;
}

/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin-top:70px;
}

a.prev {
	background:url(../img/button-left.gif);
	margin-right:10px;
	margin-left: 10px;
}

a.prev:hover {
	background:url(../img/button-left-over.gif);		
}

a.next {
	background:url(../img/button-right.gif);
	margin-left:10px;
	margin-right: 10px;
}

a.next:hover {
	background:url(../img/button-right-over.gif);		
}


/* tabs */ 
ul.navi {
	margin:20px 0 0 0;
	padding:0px;
	position:relative;
	top:0px;
	left:0px;
	width: 760px;
}

ul.navi li {
	padding-left:3px;
	float:left;
	margin:0;
	list-style-type:none;
}

ul.navi a {
	padding:4px 12px;
	border:1px solid #D2D2D2;
	text-decoration:none;
	display:block;
	color:#333;
	font-size:13px;
} 

ul.navi li.active a, ul.navi a:hover {
	background-color: #F4C693;
	border:1px solid #333;
}

ul.navi li.active {
	background-position:0 -150px;	
}
