/* player container */
div.player {
	border:0px solid #fff;
	outline:0px solid #333;
	cursor:pointer;
}

div.player div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -51px;
}

div.player div.push {
	height: 51px;
}

/* info area */
div.player div.info {
	height:40px;

	background:#444 url(/img/global/gradient/h80.png) repeat-x;
	opacity:0.7;
	color:#fff;
	text-align:left;
	padding:5px 15px;	
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
}

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

