/* CSS Document */

div#global {
	width:406px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#conteudo{
	height:78px;
	background:url(../img/player_bg_cont.jpg) repeat-x;
	padding:4px 4px 0 4px;
	clear:both;
}
div#player {
	width:406px;
	background-color:#000000;
}

/* BOTOES */
#icones {
	float:left;
}
/* firefox */
a#firefox {
	display:block;
	float:left;
	width:76px;
	height:67px;
	background:url(../img/player_firefox.png) no-repeat 0px 0px;
	
}
a#firefox:hover{
	background:url(../img/player_firefox.png) no-repeat -76px;
}

/* opera */
a#opera {
	display:block;
	float:left;
	width:70px;
	height:67px;
	background:url(../img/player_opera.png) no-repeat 0px 0px;
	
}
a#opera:hover{
	background:url(../img/player_opera.png) no-repeat -70px;
}


/* Internet Explorer */
a#ie {
	display:block;
	float:left;
	width:64px;
	height:67px;
	background:url(../img/player_ie.png) no-repeat 0px 0px;
	
}
a#ie:hover{
	background:url(../img/player_ie.png) no-repeat -64px;
}

/* Safari */
a#safari {
	display:block;
	float:left;
	width:70px;
	height:67px;
	background:url(../img/player_safari.png) no-repeat 0px 0px;
	
}
a#safari:hover{
	background:url(../img/player_safari.png) no-repeat -70px;
}

/* Media Player */
a#mp {
	display:block;
	float:left;
	width:63px;
	height:67px;
	background:url(../img/player_mediaplayer.png) no-repeat 0px 0px;
	
}
a#mp:hover{
	background:url(../img/player_mediaplayer.png) no-repeat -63px;
}

/* Winamp */
a#winamp {
	display:block;
	float:left;
	width:63px;
	height:67px;
	background:url(../img/player_winamp.png) no-repeat 0px 0px;
	
}
a#winamp:hover{
	background:url(../img/player_winamp.png) no-repeat -63px;
}
