/*** Clearer ***/
.clearer{
	clear: both;
	height : 0;
}
/*** Wrapper general ***/
#wrapper_pbge_slider{
	width: 960px;
	margin-left:20px;
	position: relative;
	overflow: hidden;
}

/*** Zones du contenu ***/
#ul_pbge_slider{
	width: 960px;
	height: 260px;
	background: white;
	margin: 0;
	padding: 0;
	position: relative;
}

.li_pbge_slider{
	float: left;
	width: 960px;
	height: 260px;
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	background : black;
	z-index: 0;
}

/*** Timeline ***/
#time_line{
	width : 960px;
	background: #000;
	height: 5px;
	position: relative;
	padding: 2px 0 2px 0;
	display:none;
}

#barre_progression{
	background: #555;
	background-position: right;
	height:5px;
	width:0px;
	display:none;
}

/*** Zones du menu ***/
#ul_menu_pbge_slider{
	margin:0;
	padding:0;
	position:absolute;
	right: 10px;
	top: 220px;
	z-index: 51;
}

.li_menu_pbge_slider{
	float:left;
	width: 20px;
	list-style:none;
	padding: 5px;
	margin-right: 5px;
	background: black;
	text-align:center;
	cursor:pointer;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.li_menu_pbge_slider:hover{
	background: #333;
}

.li_menu_pbge_slider_selectionne{
	background: #222;
}

/*** Legende ***/
.legende_pbge_slider{
	position: absolute;
	background: url(/media/images/background/bg_legende.png);
	bottom : 0;
	left: 0;
	width: 945px;
	color: #ffffff;
	font-size: 25px;
	text-align: left;
	padding-left: 15px;
}
.legende_pbge_slider p { margin: 13px 5px; }

/*** Controles ***/
#controles{
	position: absolute;
	top:-35px;
	right:5px;
	cursor: pointer;
	background: rgba(0,0,0,0.4);
	-moz-border-radius : 6px;
	-webkit-border-radius : 6px;
	padding: 5px 0 5px 5px;
	z-index: 1200;
}

#controles img{
	margin-right: 5px;
	border: 1px solid #111;
}

#controles img:hover{
	border-color: orange;
}