/* player container */
div.player {
	position:relative;
	left:5px;
	height:176px;
	width:240px;
	cursor:pointer;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	background-color:#000000;
	margin-bottom:-20px;
}

#overlay {
	width: 240px;
	color: #fff;
	background-color:transparent;
	position:relative;
	height:20px;
	margin:0;
	padding:0;
	float:left;
	left:140px;
	top:-160px;
}
#mute, #unmute{
	position:relative;
	left:70px;
	cursor:hand;
	cursor:pointer;
	display:block;
	clear:both;
}

#moreinfo, #moreinfo a {
	font-weight:bold;
	color: #CC0000;
	clear:left;
	text-align:center;
}


