


/*{{{ player */

a.player
{
	margin-top: 0px;
	display: block;
	width: 425px;
	height: 298px;
	padding: 0 126px 75px 127px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	/* 
		width:672px;
		height:367px; 
	
	background-image: url(../img/playlist/splash.png);*/
	background-repeat: no-repeat;
}

a.player.plain {
	background-position:-125px 0;
	padding:0px;
	margin-top:0px;
}

a.player.small {
	background:url(../img/player/splash_small.png) no-repeat;
	height:186px;
	padding:0pt 24px 45px;
	width:251px;
	float:left;
	margin-right:30px;
	
	/* 
		width:375px;
		height:232px; 
	*/
}

a.player.small.plain {
	background-position:-24px 0;
	padding:0px;		
}

a.player.black {
	background-image:url(../img/player/splash.png);
}

/* play button */
a.player img {
	margin-top:115px;	
}

a.player.plain img {
	margin-top:10px;	
}

a.player.small img {
	margin-top:60px;		
}

a.player p {
	margin-bottom:-15px;
	padding-top:0px;
}

/*}}}*/


