.playerMenu {
	float: left;
}

.playerMenu a {
	display: block;
	width: 20px;
	height: 19px;
	margin: 0 2px;
}

.playerMenu a:link {
	text-decoration: none;
}

#playerPrevious {
	background:url(../img/previous.jpg) 0 0 no-repeat;
}

#playerPlay {
	background:url(../img/play.jpg) 0 0 no-repeat;
}

#playerNext {
	background:url(../img/next.jpg) 0 0 no-repeat;
}

#playerPause {
	background:url(../img/pause.jpg) 0 0 no-repeat;
}

#playerStop {
	background:url(../img/stop.jpg) 0 0 no-repeat;
}

#playerVolumeDown {
	background:url(../img/volumeDown.jpg) 0 0 no-repeat;
}

#playerVolumeUp {
	background:url(../img/volumeUp.jpg) 0 0 no-repeat;
}