/* CSS Document */
#demo {
	width:100%;
	position:absolute;
	border-bottom: 1px solid #009BE3;
	font-family: "Myriad Pro Regular","Trebuchet MS";
	background: url(images/player_bg.png) transparent repeat 0 0;	
  	opacity: .3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

#demo a, #demo a:link, #demo a:visited, #demo a:hover, #demo a:focus, #demo a:active {
	color: #009BE3;
}

#demo ul {
  float:left;
	list-style-type:none;
	padding:0;
	margin:0.3em 1em;
	overflow:hidden;
	
}
#demo ul span {
	color: #A0A600;
}

#demo li {
	float:left;
	padding:0;
	margin:0;
	height:20px;
}
#demo li img {
	border:none;
}
#demo p  {
	margin:0.3em 1em;
	padding:0;
}

#demo p span {
	color: #CC0090;
}

#demo .play-info {
	color: #639cf9;
}
#demo .disable {
	display:none;
}