/* container has a background image */
a.player {	
	display:block;
	width:480px;
	height:384px;
	background:url(/wp-content/themes/dropshadow-10/images/splash.png) no-repeat;
	padding:0 60px 65px 60px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
 
/* splash image */
a.player img {
	margin-top:155px;
	border:0;	
}
 


/*{{{ general playlist settings, light gray */
div.playlist {
	position:relative;	
	height:16px !important;
}

div.playlist div.clips {	
	position:absolute;
	height:16px;
}

div.playlist, div.clips {
	width:510px;	
}

div.clips a {
	display:block;
	padding:1px 5px 1px 25px;
	height:16px;
	width:550px;
	font-size:12px;	
	text-decoration:none;
	color:#000;
	margin-bottom: 1px;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;

}

div.clips a.playing, div.clips a.progress {
	padding:1px 5px 1px 65px;
	background:url(/wp-content/themes/dropshadow-10/images/playing.png) no-repeat;
	width:510px;
}
	
div.clips a.paused {
	padding:1px 5px 1px 65px;
	background:url(/wp-content/themes/dropshadow-10/images/paused.png) no-repeat;
	width:510px;
}

div.clips a span {
        display: inline;
        font-size:11px;
        font-style: italic;
	color:#666;
}

div.clips a em {
        float: right;
        display: inline;
        padding: 1px 20px 1px 5px;
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	border-left: 2px solid #444444;
	border-right: 2px solid #444444;
}

/*}}}*/









