
/* player container */
div.player {
	width:640px;
	height:360px;
	border:1px solid #b4b5b6;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
}

/* play button */
div.player img {
	margin-top:156px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url(/css/images/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	margin-top:141px;
	text-align:left;
	padding:5px 15px;	
	font-family:Verdana, Arial, sans-serif;
    FONT-SIZE: 13px;
	font-weight:bold;
    TEXT-TRANSFORM: uppercase;
	border-top:1px solid #ccc;
}

/* duration data inside info area */
div.player div.info span {
	color:#b4b5b6;
	display:block;
	font-weight:normal;
    FONT-SIZE: 11px;
    TEXT-TRANSFORM: lowercase;
}

