



/* player and playlist go side by side */

#player, #playlist {

}


/* player dimensions */

#player, #player img {
	display:block;				
	width:465px;
	height:400px;
	border:0px;		
	/*text-align: center;*/
	margin: 0 auto;
}


#playlist {
	width:1px;
	display: none;
}





/* overlay play button */

div.play {
	background:url(../gfx/play.png) no-repeat;
	width:50px;
	height:50px;
	opacity:0.9;
	margin: 0;
	text-align: left;
	position: absolute;
/*	margin-bottom:-50px;*/
	position:relative;
top: -222px; left: 211px;
}



div.play:hover {

	opacity:1.0;		

}





/* playlist entry */

#playlist a {

	background:url(../img/block.jpg) no-repeat;

	width:150px;

	height:68px;

	display:none;

	text-decoration:none;

	color:#333;		

}


