
.radiobox{
border-color: #ff7f00;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 0px;
margin-top: 0px;
padding: 2px;
float: left;
border-style: solid;
width:200px;
font-size:9px;
font-family:verdana, sans-serif;
color:#999999;
/*
-moz-border-radius: 15px;*/
}


.controles {
cursor:hand;
cursor:pointer;
text-align:right;
margin-bottom:5px;
display: none;
}


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

}

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


.radiobox a:hover{
text-decoration:none;
font-family:verdana, sans-serif;
color:black;
background:#ff7f00;
cursor:hand;
cursor:pointer;
}

/*.radiobox li.over{
background:#ff7f00;

}*/

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

/*ul.playliste{
border: none;


}*/

/*ul.playliste li{
	cursor:hand;
	cursor:pointer;
	
}*/




/*.play_on {
font-weight: bold;
background:#ff7f00;
color:black;
}*/


/*.play_on a

{

}*/


span.play_{
/*background:#E6ECFF;*/
cursor:hand;
cursor:pointer;

}

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


#scrollbar{
border-width: 1px;
border-style: solid;
clear:both;
height:5px;
margin:5px 0px;
position:relative;
cursor:hand;
cursor:pointer;
}
#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{
background-color: #ff7f00;
margin:0px;
padding:0px;
height:5px;
width:0%;
position:absolute;
left:0px;
top:0px;
font-size:0.3em;
z-index:20;
}

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

/* Scroller Box */
#scroller_container {
position: relative;
float:left;
width:120px;
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: auto;
}


		/* ==================== Player video ==================== */
		#player {
			background-color: #e9f6ff;
			color: #000;
			height: 20px;
			width: 200px;
			border: solid 1px #ccc;
		}
		#player .button {
			width: 20px;
			height: 20px;
			background-repeat: no-repeat;
			background-position: 2px 2px;
			float: left;
		}
		#player .button a {
			display: block;
			height: 20px;
			text-indent: -100em;
			overflow: hidden;
		}
		
		
