
/* player and playlist go side by side */
#player {
			
	margin-right:20px; 
}



/* player dimensions */
#player, #player img {
	display:block;				
	width:580px;
	height:450px;
	border:10px;		
}

	



div.thumbs img { 
	
	opacity:1;
	border:1px solid #222;
	margin: 10px;
	cursor:pointer;
	height:100px;
	width:120px;
}




/* play button on top of splash image */
div.play {
	background:url(../img/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-260px;
	left:280px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}




