/* player container */
div.player {
	height:240px;
	width:320px;
	/* border:2px solid #fff; */
	/* outline:1px solid #333; */
	/* -moz-outline-radius:4px; */
	cursor:pointer;
	float:left;
	text-align:center;
	margin-left:7.5px;
	margin-bottom:7.5px;
	margin-top:7.5px;
	margin-right:7.5px;
}

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

/* info area */
div.player div.info {
	height:40px;
	background:#000 /* url(/img/global/gradient/h80.png) repeat-x */;
	opacity:0.7;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:3px 15px;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:40px;
}

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