/* player container */
div.player {
	height:405px;
	width:720px;
	border:0px solid #fff;
	outline:0px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
/*	float:left;*/
	text-align:center;
	margin-right:15px;
}

/* play button */
div.player img {
	margin-top:191px;
	margin-bottom: 0px;
	float: right;
}

/* info area */
div.player div.info {
	height:120px;
	opacity:0.95;
	color:#fff;
	margin-top:45px;
	text-align:left;
	padding:5px 15px;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:14px;
	border-top:1px solid #ccc;
	margin-top:40px;
	background-color: #333333;
/*	background-image: url(/img/gradient/h80.png);*/
	background-repeat: repeat-x;
	clear:both
}

/* duration data inside info area */
div.player div.info span {
	color:#E6E6E6;
	display:block;
	font-weight:normal;
	font-size: 11px;
}



