div.movieContainer { top: 0; } /* 1 pixel contenant le player */

.radiobox{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:400px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif ;
	color:#000000;
	/*
	-moz-border-radius: 15px;*/
}

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

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

.radiobox a, .radiobox a:hover{
text-decoration:none;
font-family:Arial, Helvetica, sans-serif ;
	color:#00FF00;
}

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

.playliste_pagination{
margin:0px 0px 0px 0px;
border: 10px solid #000000;
}

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

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

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

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

#scrollbar{
	clear:both;
	height:5px;
	margin:10px 0px;
	border:0px solid white;
	background-color:white;
	position:relative;
	cursor:hand;
	cursor:pointer;
}
#loading{
	margin:0px;
	padding:0px;
	height:10px;
	background-color:#000000;
	width:0%;
	position:absolute;
	left:0px;
	top:0px;
	font-size:0.6em;
	z-index:10;
}
#position{
	margin:0px;
	padding:0px;
	height:10px;
	background-color:#00FF00;
	width:0%;
	position:absolute;
	left:0px;
	top:0px;
	font-size:0.6em;
	z-index:20;
}

/* Scroller Box */
#scroller_container {
	position: relative;
	float:left;
	width:300px;
	height: 14px;
	overflow: hidden;
	border: 1px solid #00FF00;
}

#scroller {
	width:400px;
	height: 20px;
	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: 400px;
	border: dashed 1px #00FF00;
}
#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;
}
