

/* player container */
a.myPlayer {
	height:375px;
	width:500px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:15px;
}

/* play button */
a.myPlayer img {
	margin-top:60px;
}

/* info area */
a.myPlayer 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:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	font-weight:bold
	border-top:0px solid #ccc;
	margin-top:20px;
}

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