/* player container */
div.player {
	height:220px;
	width:261px;
	border:0px solid #fff;
	outline:0px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:center;
	text-align:center;
	margin-right:0px;

}

/* play button */
div.player img {
	margin-top:0;
}

/* info area */
div.player div.info {
	height:30px;
	background:#000 url(/img/global/gradient/h80.png) repeat-x;
	opacity:1;
	color:#fff;
	margin-top:0px;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:0px solid #ccc;
	margin-top:42px;
}

/* duration data inside info area */
div.player div.info span {
	color:#ffffff;
	display:block;
	font-weight:bold;
	margin-top:-3px;
}

