body{
	margin:0px;
	padding:0px;
	background-color:#009900;
}
#fundo{
	background:url(images/player-fundo.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.botao{
	width:40px;
	height:40px;
}
.divs{
	background:url(images/player-div.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:5px;
	height:40px;
}
/*	PLAY	*/
#play{
	background:url(images/player-botao-play.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:40px;
	height:40px;
}
#play:hover{
	background:url(images/player-botao-play.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	width:40px;
	height:40px;
	padding:0px;
	margin:0px;
}
/*	STOP	*/
#stop{
	background:url(images/player-botao-stop.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:40px;
	height:40px;
}
#stop:hover{
	background:url(images/player-botao-stop.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	width:40px;
	height:40px;
	padding:0px;
	margin:0px;
}
/*	VOL MENOS	*/
#vol_menos{
	background:url(images/player-botao-vol-menos.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:40px;
	height:40px;
}
#vol_menos:hover{
	background:url(images/player-botao-vol-menos.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	width:40px;
	height:40px;
	padding:0px;
	margin:0px;
}
/*	VOL MAIS	*/
#vol_mais{
	background:url(images/player-botao-vol-mais.gif);
	background-repeat:no-repeat;
	background-position:top;
	display:block;
	width:40px;
	height:40px;
}
#vol_mais:hover{
	background:url(images/player-botao-vol-mais.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
	width:40px;
	height:40px;
	padding:0px;
	margin:0px;
}