/* player style */
/* container has a background image */
a.player {	
	display:block;
	/*background:url(http://www.mysticsvideo.com/test/test.png) no-repeat;*/
	width:320px;
	height:240px;
	padding: 0px 0px 0px 313px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	margin-bottom: 0px;

}

/* splash image */
a.player img {
	margin-top: 120px;
	border: 0;	

}



/* playlist style */
#playlist {
	border:0px solid #ccc;
	padding:0px 0px 0px 0px;
	background-color:#E0E0E0;
	margin-top:0px;
}

/* playlist entry */
#playlist a {
	display:block;
	width:125px;
	height:175px;
	padding:0px;
	background-color:#e0e0e0;
	border:0px solid #ccc;
	text-decoration:none;
	margin-top:0px;
	align:center;
}

/* different states of a playlist entry */

#playlist img{
align:middle;
}

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

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

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

#playlist a.playing {
	border:0px solid #e0e0e0;
	background-color:#E0E0E0;	
}

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

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

#playlist a strong {
	color:000000;		
	padding-bottom:0px;
}

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