/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;
	width:320px;
	height:240px;
	float:left;
	margin-right: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* play button on top of splash image */
div.playButton {
	background:url(../img/play.png) no-repeat;
	width:45px !important;
	height:45px;
	position:relative;
	top:-140px;
	left:150px;
	margin-bottom:-150px;
	opacity:0.9;
}

div.playButton:hover {
	opacity:1.0;		
}

/* items */
div.scrollable {
	margin-bottom: 0px;




}

div.items {
	height:238px;
	width:650px;
	background-color:#ffffff;
	text-align: left;
	margin-bottom: 0px;
}
	
div.items div {
	width:650px;
	height: 238px;
	margin-bottom: 0px;
}

div.scrollable div {
	float: left;
	margin-bottom: 0px;
	height: 238px;

}

div.scrollable h2 {
	margin-top:15px;
	font-size: 16px;
	color: #5cb450;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5cb450;
	font-family: Arial, Helvetica, sans-serif;
}

div.scrollable p {
	font-size:12px;
	margin-right:15px;
}

/* next / prev buttons */
a.prev, a.next {
	display:none;
	background-repeat:no-repeat;
}

a.prev {
	background:url(../img/button-left.gif);
}

a.prev:hover {
	background:url(../img/button-left-over.gif);		
}

a.next {
	background:url(../img/button-right.gif);
	margin-left:10px;
}

a.next:hover {
	background:url(../img/button-right-over.gif);		
}


/* tabs */ 
ul.navi {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul.navi li {
	float:left;
	list-style-type:none;
	padding: 0px 5px;
}

ul.navi a {
	text-decoration:none;
	display:block;
	line-height: 1em;
	padding: 0px 0px 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}

ul.navi li.active a, ul.navi a:hover {
}

ul.navi li.active {

}
