

/* player and playlist go side by side */


/* player dimensions */
#player, #player img {
	display:block;				
	width:553px;
	height:339px;
	border:0px;	
	cursor: pointer;	
}

/* overlay play button */
div.play {
	background:transparent url(/resources/manufactures/Digium/images/play_btn_orng.png) no-repeat scroll 0% 0%;

	width:136px;
	height:45px;
	position:relative;
	top:-55%;
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */

