
/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0;
	margin-top:-5px;
	margin-right:8px;
	margin-bottom:8px;
	float:left;
}


/* play button on top of splash image */
div.playButton {
	background:url(../images/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-left:-30px;		
}
*/
div.items {
	height:420px;		
	float:left;
	width:500px;
	background-color:#f0f0f0;
	border: 1px solid #DADADA;
	overflow:hidden;
	
}
	
div.items div {
	width:480px;
	padding:10px;
	background-color:#f0f0f0;
}

div.items_rso div {
	width:430px;
	padding:10px;
	background-color:#dadada;
}

div.items_rso {
	height:300px;		
	float:left;
	width:450px;
	background-color:#dadada;
	/*border: 1px solid #DADADA;*/
	
}
div.items2 {
	height:700px;		
	float:left;
	width:500px;
	background-color:#ffffff;
	/*border: 1px solid #DADADA;*/
	
}
div.items2 div {
	width:480px;
	padding:10px;
	background-color:#ffffff;
}

div.scrollable div {		
	float:left;
}

div.scrollable h3 {
	margin-top:0px;		
}

div.scrollable p {
	color:#444;
	font:"Myriad Pro", "Trebuchet MS", Verdana, Arial .50em/1.2em;
	margin:15px;
}

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

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

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

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

a.next:hover {
	background:url(../images/button-right-over.gif);		
}
/* navigator */
div.navi {
	position:absolute;
	left: 270px;
	margin:10px;
	margin-top:-20px;
	width:100px;
	padding:10px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/dots.png) 0 0 repeat-x;     
}

div.navi span:hover {
	background-position:0 -8px;
    
}

div.navi span.active {
	background-position:0 -16px;

	     
} 	

/* tabs */ 
ul.navi { 
	margin:20px 0 0 0 ;
	padding:0px;
	height:1.45em;
	
	top:-9px;
	left:-2px;
	width:500px; 
}

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

ul.navi a {
	background:url(../images/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;
	cursor:default;
}

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


