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

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

div.playButton:hover {
	opacity:1.0;		
}

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

div.items {
	height:180px;		
	float:left;
	width:470px;
	background:#efefef;
	border: solid 2px #000;
  padding: 0 2px 0 0;
}
	
div.items div {
	width:470px;	
}

div.items img
{
  border-right: solid 2px #000;
}

div.scrollable div {		
	float:left;
}

div.scrollable h2 {
	margin-top:15px;		
}

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

/* 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;
}

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 
{
	margin: 0px 0px -9px 0px;
	padding:0px;
	height: 30px;
	position:relative;
	top:10px;
	left:40px;
	width:490px;
  line-height: 30px;
}

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

ul.navi a {
	padding:0px;
	text-decoration:none;
	display:block;
	color:#fff;
	font-size:13px;
  font-weight: bold;
  width: 98px;
  text-align: center;
}

ul.navi li.active a, ul.navi a:hover 
{
  color: #337aff;
  cursor: pointer;
}

ul.navi li.active { color: #f00; cursor: pointer; }

li.navi_tab1 a { background: url(../img/pts_tabs.png) 0 0 no-repeat; }
li.navi_tab2 a { background: url(../img/pts_tabs.png) -29px 0 no-repeat; }
li.navi_tab3 a { background: url(../img/pts_tabs.png) -13px 0 no-repeat; }
li.navi_tab4 a { background: url(../img/pts_tabs.png) -65px 0 no-repeat; }
li.navi_tab5 a { background: url(../img/pts_tabs.png) -118px 0 no-repeat; }
