
.radiobox{
margin: 0px 0px 10px 0px;
padding:0px;
width:150px;
font-size:9px;
font-family:verdana, sans-serif;
color:#333;
/*
-moz-border-radius: 15px;*/
}

#botones{
padding-top: 3px;
padding-bottom: 3px;
}

.controles {
cursor:hand;
cursor:pointer;
text-align:left;
margin-bottom:5px;
}

.playliste{
list-style-type:none;
width:144px;
padding:3px;
margin:0;
border: 1px solid #cccccc;

}

.radiobox a, .radiobox a:hover{
text-decoration:none;
font-family:verdana, sans-serif;
color:#333;
}

.radiobox li.over{
background:#e6e6e6;
}

.playliste_pagination{
margin:5px 0px 0px 0px;
border: 1px solid #cccccc;
}


.radiobox li.play_on{
background:#e6e6e6;
}

div#now_playing{
width:150px;
height:13px;
overflow:hidden;
text-align:left;
border: 1px solid #cccccc;
}

span.play_{
background:#E6ECFF;
cursor:hand;
cursor:pointer;
}

span.play_on{
background:#FF0000;
cursor:hand;
cursor:pointer;
}