
/* player dimensions */
a.player{
	padding: 0px 0px 0px 0px;
	margin:	0px 0px 0px 0px;
	display:block;				
	border:0;
	float:left;
	outline-style: none;
	background:url(../img/dm1.png)no-repeat;
	text-align:center;   
}

a.player img 
{
	margin-top: 190px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
a.player:hover  img 
{
	margin-top: 190px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

/* play button on top of splash image */
.playButton {
	width:45px !important;
	height:45px;
	position:relative;
	opacity: 0.9;
	text-align:center;   
}

.playButton:hover {
	opacity:1.0;		
}

/* items */
div.scrollable {
	
}

div.items {
	height:640px;		
	float:left;
	
}
	
div.items div {
		
}

div.scrollable div {		
	float:left;
}

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

