/*{{{ player */

a.player {	
	display:block;
	width:500px;
	height:340px;
	background:#000 url(http://cdn.cssimage.net/images/overlay/h500.png) repeat-x 0 0;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	background:-moz-linear-gradient(top, rgba(55, 102, 152, 0.9), rgba(6, 6, 6, 0.9));
	-moz-box-shadow:0 0 40px rgba(100, 118, 173, 0.5);
}

a.player:hover {
	background:-moz-linear-gradient(center top, rgba(73, 122, 173, 0.898), rgba(6, 6, 6, 0.898));	
}


a.player.plain {
	background-position:-125px 0;
	padding:0px;
	margin-top:0px;
}

a.player.small {
	background:url(http://cdn.cssimage.net/images/overlay/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;		
}

/* play button */
a.player img {
	margin-top:125px;	
}

a.player.plain img {
	margin-top:113px;	
}

a.player.small img {
	margin-top:60px;		
}

a.player p {
	margin-bottom:-15px;
	padding-top:0px;
}

/*}}}*/

/*}}} right panel player */
div.overlay {
	padding:40px;	
	width:576px;  
	display:none;
	background-image:url(http://cdn.cssimage.net/images/overlay/white.png);
.small{
font-size: 9px;
}	
}
 
div.overlay div.close {
	background:url(http://cdn.cssimage.net/images/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}
 
div.overlay a {
	height:450px;
	display:block;
}
button {
-moz-border-radius:4px 4px 4px 4px;
-moz-outline-radius:4px 4px 4px 4px;
background-color:#FFFFFF;
border:1px solid #000000;
#color:#FFFFFF;
cursor:pointer;
height:24px;
outline:1px outset #999999;
}
/*}}}*/
