/* player container */
a#player {
	cursor:pointer;
	float:left;
	text-align:center;
	margin:0;
	text-decoration: none;
}

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

/* info area */
a#player div.info
{
	height: 40px;
	background: #000;
	opacity: 0.6;
	color: #fff;
	text-align: left;
	padding: 5px 15px;
	font-family: "bitstream vera sans","trebuchet ms";
	font-size: 12px;
	border-top: 1px solid #ccc;
	margin-top: -54px;
}

/* duration data inside info area */
a#player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}

