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

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

/* info area */
div.player div.info {
	height:40px;
	/*background:#000 url(/img/global/gradient/h80.png) repeat-x;*/
	background:#000;
	opacity:0.7;
	color:#fff;
	/*margin-top:45px;*/	
	margin-top:95px;
	text-align:left;
	padding:5px 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;
}


