/* player style */
/* container has a background image */
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;	

}



/* playlist style */
#playlist {
	border:1px solid #ccc;
	padding:4px 4px 4px 4px;
	background-color:#efefef;
	margin-top:10px;
}

/* playlist entry */
#playlist a {
	display:block;
	width:125px;
	height:175px;
	padding:4px;
	background-color:#fff;
	border:1px solid #ccc;
	font:12px "arial", "verdana";
	text-decoration:none;
	margin-top:2px;
	color:#666;
	align:center;
}

/* different states of a playlist entry */

#playlist img{
align:middle;
}

#playlist a:hover {
	background-color:#ffc;		
}

#playlist a:hover {
	background-color:#ffc;		
}

#playlist a.progress {
	background-color:#efefef;	
}

#playlist a.playing {
	border:1px solid #666;
	background-color:#ffc;	
}

#playlist a.paused {
	border:1px solid #666;
	background-color:#ffc;	
}

/* elements inside playlist entry */
#playlist a img {
	border:0;	
	align:center
	margin-right:10px;
}

#playlist a strong {
	color:blue;		
	padding-bottom:5px;
}

#playlist a em {
	color:#333;
	font-style:normal;
	margin-top:40px;
}
