#player {
	background-color: #e9f6ff;
	color: #000;
	height: 20px;
	width: 100%;
	margin: 10px 0;
	border: solid 3px #ddd;
}
#player .button {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	float: left;
}
#player .button a {
	display: block;
	height: 20px;
	text-indent: -100em;
	overflow: hidden;
}
#player #timeline {
	position: relative;
}
#player #timeline a {
	position: absolute;
	left: 40px;
	display: block;
	height: 20px;
	width: 40px;
	text-indent: -100em;
	overflow: hidden;
	background-image: url(images/control_slider.png);
}
#player #timeline a:hover {
	background-image: url(images/control_slider_blue.png);
}
#player .play {
	background-image: url(images/control_play.png);
}
#player .play:hover {
	background-image: url(images/control_play_blue.png);
}
#player .pause {
	background-image: url(images/control_pause.png);
	display: none;
}
#player .pause:hover {
	background-image: url(images/control_pause_blue.png);
}
#player .stop {
	background-image: url(images/control_stop.png);
}
#player .stop:hover {
	background-image: url(images/control_stop_blue.png);
}
