/* Glider */

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/
/*	background-color: #fff;		
	border: 1px solid #003f8a;*/
	height: 217px;
	overflow: hidden;
	position: relative;
	width: 100%; 
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
		float: left;
		height: 217px;
		overflow: hidden;
		width: 566px;
		}

	div.scroller div.glider_content {
		width: 10000px;
		}
		
#glider-promos .control_item {
top: 194px;
left: 73px;
position: absolute;
z-index: 2;
}
	.control_item span {
	float: left;
	}
	.control_item span a {
	background-image: url(../images/html-glide-controls.png);
	background-position: -78px 0;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 24px;
	}
	.control_item span a.num2 {
	background-position: -101px 0;
	}
	.control_item span a.num3 {
	background-position: -124px 0;
	}
	.control_item span a.num4 {
	background-position: -147px 0;
	}
	.control_item span a.num5 {
	background-position: -170px 0;
	}
	.control_item span a.num1:hover,
	.control_item span.active a.num1 {
	background-position: -78px -25px;
	}
	.control_item span a.num2:hover,
	.control_item span.active a.num2 {
	background-position: -101px -25px;
	}
	.control_item span a.num3:hover,
	.control_item span.active a.num3 {
	background-position: -124px -25px;
	}
	.control_item span a.num4:hover,
	.control_item span.active a.num4 {
	background-position: -147px -25px;
	}
	.control_item span a.num5:hover,
	.control_item span.active a.num5 {
	background-position: -170px -25px;
	}

	body#index #a_saisir .controls,
	body#index #offres_du_mois .controls {
		bottom:5px;
		left:5px;
		position:absolute;
		z-index:10;
	}
	body#index #a_saisir .navi,
	body#index #offres_du_mois .navi {
		margin: 0;
	}


.control_play {
left: 5px;
position: absolute;
top: 194px;
z-index: 3;
}
	.control_play ul {margin: 0;}
	.control_play ul li {
	float: left;
	list-style: none;
	margin: 0;
	}
	.control_play ul li.prev a,
	.control_play ul li.pause a,
	.control_play ul li.next a {
	background: url(../images/html-glide-controls.png) no-repeat 0 0;
	float: left;
	height: 25px;
	text-indent: -9999px;
	width: 20px;
	}
	.control_play ul li.prev a:hover {
	background: url(../images/html-glide-controls.png) no-repeat 0 -25px;
	}
	.control_play ul li.next a {
	background: url(../images/html-glide-controls.png) no-repeat -49px 0;
	width: 28px;
	}
	.control_play ul li.next a:hover {
	background: url(../images/html-glide-controls.png) no-repeat -49px -25px;
	}
	.control_play ul li.pause a,
	.control_play ul li.pause a.gliderPause {
	background: url(../images/html-glide-controls.png) no-repeat -20px 0;
	width: 14px;
	}
	.control_play ul li.pause a.gliderPlay {
	background: url(../images/html-glide-controls.png) no-repeat -36px 0;
	width: 14px;
	}
	.control_play ul li.pause a:hover,
	.control_play ul li.pause a.gliderPause:hover {
	background: url(../images/html-glide-controls.png) no-repeat -20px -25px;
	}
	.control_play ul li.pause a.gliderPlay:hover {
	background: url(../images/html-glide-controls.png) no-repeat -36px -25px;
	width: 14px;
	}

.control_number {}
