
/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0;
	width:119px;
	height:84px;
	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 {

	float:left;		
}

div.items {
	height:auto;		
	float:left;
	width:auto;
	padding-bottom:80px;
	/*background-color:#efefef;*/
	/*border:1px solid #ddd;*/
}
	
div.items div {
	width:115px;
	
padding-left:10px;
border:0px;		
	
}

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.next {
	display:block;
	width:34px;
	height:40px;
/*	float:left;*/
	
	background:url(../img/arrow_right_image.jpg);
	/*margin-left:5px;*/
	
	background-repeat:no-repeat;	
	float:right;
	margin-top:60px;
}
a.prev {
	display:block;
	width:35px;
	height:40px;
     background:url(../img/arrow_left_image.jpg);
	background-repeat:no-repeat;	
	margin-top:60px;
	float:left;
}

a.prev {
	
	/*margin-left:5px;*/
	
}

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

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

*/
/* tabs */ 
ul.navi { 
	margin:20px 0 0 0 ;
	padding:0px;
	height:1.45em;
	position:relative;
	top:10px;
	left:39px;
	width:470px; 
}

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

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

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

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

