/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;
	border:0;
	width:673px;
	height:474px;
	margin-center:10px;
	top:100px;
	float:center;
	text-decoration: none;
}

/* play button on top of splash image */
div.playButton {
	background:url(../img/play_large.png) no-repeat;
	width:84px !important;
	height:84px;
	position:relative;
	top:-300px;
	margin-bottom:-200px;
	opacity:0.9;
	text-decoration: none;
	left: 300px;
}

div.playButton:hover {
	opacity:1.0;
	text-decoration: none;
}

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

div.items {
	height:474px;
	float:left;
	width:673px;
	background-color:#999999;
	background:url(../img/ipod.png) no-repeat;
	border:0px solid #ddd;
	text-decoration: none;
}
	
div.items div {
	width:600px;
}

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:20px 0 0 0;
	padding:0px;
	height:1.6em;
	position:relative;
	top:10px;
	left:30px;
	width:600px;
	overflow: auto;
}

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:#000000;
	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;	
}
