* {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #434343;
}

#footertxt {
	float: right;
}

#audioPlayer {
	width: 200px;
	float: left;
}

/*Play button*/
#songPlay{

}
/*Pause button*/
#songPause{

}
/*Stop button*/
#songStop{

}

.center {
width: 980px;
margin: 0 auto;
position: relative;
}

.clearfix {
	display: block;
	clear: both;
}

.ace {
	float: left;
}

#volume0 {
	width: 15px;
	height: 14px;
	background: url(../images/speaker0.png);
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}

#volume100 {
	width: 15px;
	height: 14px;
	background: url(../images/speaker100.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

/*Play/Pause button*/
#songPlayPause{
	width: 12px;
	height: 14px;
	background: url(../images/play_it.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
	margin-right: 8px;
}
#songPlayPause.playing{
	background: url(../images/pause.png);
}
/*Song location slider*/
#songSlider{
    width: 500px;
    height: 10px;
    background-color: #c7c7c7;
}
/*Track progress bar*/
#trackProgress{
    width: 0px;
    height: 10px;
    background-color: #9c9c9c;
}
/*Volume Up Button*/
#volumeUp{

}
/*Volume Down Button*/
#volumeDown{

}
/*Volume Meter*/
#volumeMeter{
    width: 103px;
    height: 3px;
    background-color: #c7c7c7;
	cursor: pointer;
	margin-top: 6px;
	margin-right: 8px;
}
/*Volume Location Meter*/
#volumeStatus{
    height: 3px;
    background-color: #9c9c9c;
	float: left;
	width: 103px;
	max-width: 94px;
}

#volumeCircle {
	float: left;
	width: 12px;
	height: 12px;
	background-image: url(../images/volume_circle.png);
	background-repeat: no-repeat;
	margin-top: -5px;
	margin-left: -3px;
}

.mobilePlayer #volumeMeter {
	display: block;
}

.mobilePlayer #songPlayPause{
	margin-right: 15px;
}

.mobilePlayer #volume0 {
	margin-right: 10px;
}
