a.player {	
	margin-top:40px;
	display:block;
	background:url(splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 126px 75px 127px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}
a.player {
	margin-top:0px;		
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:7px;
	height:18px;
	background:url(left.png) no-repeat;
	float:left;
	margin:43px 10px;
	cursor:pointer;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(right.png);
	clear:right;	
}

/*********** navigator ***********/
/* position and dimensions of the navigator */
div.navi {
	margin-left:350px;
	width:200px;
	height:20px;
}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navi.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 90%;	 
	height:305px;
}
div.thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	border:1px solid #222;
}

div.thumbs a img {
	width:137px;
	height:90px;
}
div.thumbs a {
	float:left;
	width:138px;
	height:300px;
	background:#333 url(h15.png) repeat-x 0 146px;
	color:#fff;
	border-left:1px solid #333;
	cursor:pointer;
}
div.thumbs a.hover {
	background-color:#444;	
}
div.thumbs a.active {
	background-color:#000;
	cursor:default;
}
div.thumbs h3, div.thumbs p, div.thumbs span  {
	margin:5px;
	font-size:11px;
	color:#fff;
	line-height:13px;
}

#title {
	height:50px;
	vertical-align:top;
}
#desc {
	height:120px;
	vertical-align:top;
}