
/* player dimensions */
a.flowplayer, a.flowplayer img {
	display:block;				
	border:0;
	width:320px;
	height:240px;
	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:-140px;
	left:135px;	
	margin-bottom:-50px;
	opacity:0.9;
}

div.playButton:hover {
	opacity:1.0;		
}

/* items */
div.scrollable {
	margin-left:-30px;		
}

div.items {
	height:240px;		
	float:left;
	width:540px;
	background-color:#efefef;
	border:1px solid #000;
}
	
div.items div {
	width:540px;	
}

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:105px;
}

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);		
}