/**
 * CSS styles for MaxPlayer - player based on SoundManager2 (http://schillmania.com/projects/soundmanager2/)
 * Author: Bruno Babic
 * Copyright (c) maxcom
 */


div.player div.player-control-wrapper
{
	border: 2px solid #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	height: 50px;
	background-image: url("no-waveform.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: text;
}

div.player div.progress-bar
{
	width: 0;
	height: 100%;
	background: blue;
	filter: alpha(opacity=10);
	opacity: 0.1;
}

div.player div.time-box
{
	width: 100%;
	height: 15px;
	text-align: right;
	padding-right: 10px;
	color: #47b800;
	position: relative;
	top: -50px;
	left: 0;
	font-size: 12px;
	font-family: Verdana;
}
