.volume img {
	width: 9px;
	height: 9px;
	margin-left:5px;
	vertical-align: text-top;
}

div#Mp3Player {
	background: none;
	position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

div#Mp3Player div.overlay {
	background: none repeat scroll 0 0 #333333;
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
}

div#Mp3Player div.wrapper {
	height: 100%;
	width: 402px;
	margin: auto;
	position: relative;
	top: 50%;
}

div#Mp3Player div.player-container {
	position: relative;
	height: 24px;
	border: 1px solid #FFFFFF;
	top: -12px;
}
