
.radiobox{
margin: 5px 0;
padding: 0;
width: 280px;
font-size: 9px;
font-family: verdana, sans-serif;
color: #000000;
/*
-moz-border-radius: 15px;*/
}


.controles {
cursor:hand;
cursor:pointer;
text-align:left;
margin: 0 3px 3px 0;
/*margin-bottom:5px;*/
}


.playliste{
list-style-type: none;
padding: 3px 0 0 0;
margin: 0;
/*border: 1px solid #cccccc;*/

}

.radiobox a, .radiobox a:hover{
text-decoration:none;
font-family:verdana, sans-serif;
color:#000000;
}

.radiobox li.over{
background:#d9d9d9;
}

.playliste_pagination{
margin:5px 0px 0px 0px;
border: 1px solid #cccccc;
}




.radiobox li.play_on{
background:#d9d9d9;
}


span.play_{
background:#d9d9d9;
cursor:hand;
cursor:pointer;
}

span.play_on{
background:#FF0000;
cursor:hand;
cursor:pointer;
}


#scrollbar{
clear:both;
height:5px;
margin:5px 0px;
border:1px solid white;
background-color:white;
position:relative;
}
#loading{
margin: 0px;
padding: 0px;
height: 5px;
background-color: #ccc;
width: 0%;
position: absolute;
left: 0px;
top: 0px;
font-size: 0.3em;
z-index: 10;
}
#position{
margin: 0px;
padding: 0px;
height: 5px;
background-color: #5BBBD8;
width: 0%;
position: absolute;
left: 0px;
top: 0px;
font-size: 0.3em;
z-index: 20;
}

div#now_playing{
width:100px;
height:13px;
text-align:left;
}

/* Scroller Box */
#scroller_container {
position: relative;
float:left;
width:150px;
height: 13px;
overflow: hidden;
border: 1px solid #cccccc;
}

#scroller {
width:120px;
height: 13px;
position: absolute;
left:0;
top:0;
margin: 0;
}


/* Scoller Box */

/* At the end of the CSS File */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container {
overflow: hidden;
}
