/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#player {
    width: 336px;
	height: 322px;
	position: relative;
	background-image: url(../imagens/player_bg.gif);
}
.player_titulo {
    display: block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.player_tela {
    width: 320px;
	height: 240px;
	position: absolute;
	background-color: #000000;
	left: 8px;
	top: 26px;
}
#player_botoes {
    display: block;
	height: 56px;
	margin-left: 22px;
	margin-right: 18px;
	top: 240px;
	position: relative;
}
.stop a {
    width: 38px;
	height: 22px;
	display: block;
	background-image: url(../imagens/player_stop_up.gif);
	position: absolute;
	top: 17px;
	left: 0px;
}
.stop a:hover { background-image: url(../imagens/player_stop_over.gif); }
.play a {
    width: 49px;
	height: 28px;
	display: block;
	background-image: url(../imagens/player_play_up.gif);
	position: absolute;
	top: 14px;
	left: 46px;
}
.play a:hover { background-image: url(../imagens/player_play_over.gif); }
.pause a {
    width: 38px;
	height: 22px;
	display: block;
	background-image: url(../imagens/player_pause_up.gif);
	position: absolute;
	top: 17px;
	left: 103px;
}
.pause a:hover { background-image: url(../imagens/player_pause_over.gif); }
.menos a {
    width: 37px;
	height: 21px;
	display: block;
	background-image: url(../imagens/player_menos_up.gif);
	position: absolute;
	top: 17px;
	left: 189px;
}
.menos a:hover { background-image: url(../imagens/player_menos_over.gif); }
.mais a {
    width: 36px;
	height: 21px;
	display: block;
	background-image: url(../imagens/player_mais_up.gif);
	position: absolute;
	top: 17px;
	left: 227px;
}
.mais a:hover { background-image: url(../imagens/player_mais_over.gif); }
.telacheia a {
    width: 28px;
	height: 28px;
	display: block;
	background-image: url(../imagens/player_telacheia_up.gif);
	position: absolute;
	top: 14px;
	left: 268px;
}
.telacheia a:hover { background-image: url(../imagens/player_telacheia_over.gif); }
