div.box {
	background:#fff url('/images_new/h600.png') repeat-x;
	position: relative;
	top: 80px;
	left: 10px;
}

/* player container */
div.player {
	height:380px;
	width:480px;

	-moz-outline-radius:4px;
	cursor:pointer;
	float:right;
	text-align:center;
	margin-right:120px;
}

/* play button */
div.player img {
	margin-top:125px;
}

/* info area */
div.player div.info {
	height:40px;
	background:#000 url('/images_new/h80.png') repeat-x;
	opacity:0.9;
	color:#fff;
	margin-top:45px;
	text-align:left;
	font-family:"bitstream vera sans","trebuchet ms";
	font-size:12px;
	border-top:1px solid #ccc;
	margin-top:120px; padding-left:15px; padding-right:15px; padding-top:5px; padding-bottom:5px
}

/* duration data inside info area */
div.player div.info span {
	color:#99FF99;
	display:block;
	font-weight:bold;
}