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

/* play button on top of splash image */
div.playButton {
	background:url(/images/flowplayer_scrollable/play.png) no-repeat;
	width:103px !important;
	height:122px;
	position:relative;
	top:-207px;
	left:157px;	
	margin-bottom:-50px;
	opacity:0.7;
}

div.playButton:hover {
	opacity:.9;		
}

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

div.items {
	height:278px;		
	float:left;
	width:683px;
	background-color:#efefef;
	border:1px solid #ddd;
}
	
div.items div {
	width:683px;	
}

div.scrollable div {		
	float:left;
}

div.scrollable h2 {
	margin-top:15px;	
	font: normal normal 23px 'Trebuchet MS',Arial,Helvetica,Verdana,sans-serif;
	color: #235583;
}

div.scrollable p {
	color:#444;
	font-size:13px;
	margin-right:15px;
}

/* next / prev buttons */
a.prev, a.next {
	display:block;
	width:78px;
	height:90px;
	float:left;
	background-repeat:no-repeat;	
	margin-top:87px;
}

a.prev {
	background:url(/images/flowplayer_scrollable/button-left.gif);
	margin-right:-3px;
}

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

a.next {
	background:url(/images/flowplayer_scrollable/button-right.gif);
	margin-left:-4px;
}

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


/* tabs */ 
ul.navi { 
	margin: 0px;
	padding:0px;
	height:3.2em;
	position:relative;
	top:10px;
	left:73px;
	width:683px; 
}

ul.navi li {
	background:url(/images/flowplayer_scrollable/tab-left.gif) left top no-repeat;
	padding-left:4px;
	float:left;
	margin:0;
	list-style-type:none;
}

ul.navi a {
	background:url(/images/flowplayer_scrollable/tab-right.gif) right top no-repeat;
	padding:3px 12px;
	border-bottom:1px solid #D2D2D2;
	text-decoration:none;
	display:block;
	color:#aaa;
	font-size:13px;
}

ul.navi li.active a, ul.navi a:hover {
	background-position:100% -150px;
	border-bottom:1px solid #fff;
	color: #4375aa;
}

ul.navi li.active {
	background-position:0 -150px;	
}


#scrollable_flowplayer_page {
	width:839px;
	margin:0px auto;
	padding:0px;
	min-height:250px;
	text-align:left;
}

