/* slider specific CSS */
.sliderGallery {
overflow: hidden;
position: relative;
padding: 10px;
height: 265px;
width: 560px;
}

.sliderGallery UL {
position: absolute;
list-style: none;
overflow: none;
white-space: nowrap;
padding: 0;
margin: 0;
}

.sliderGallery UL LI  {
display: inline;
}

.slider {
width: 637px;
height: 17px;
margin-top: 140px;
margin-left: 5px;
padding: 1px;
position: relative;
background: url( http://rsc.24h00.fr/sacby/img/sous-barre.png ) no-repeat;
}

.handle {
position: absolute;
cursor: move;
height: 17px;
width: 140px;
top: 0;
background: url( http://rsc.24h00.fr/sacby/img/slider.png ) no-repeat;
}

.slider span {
color: #bbb;
font-size: 80%;
cursor: pointer;
position: absolute;
top: 3px;
}

.slider .slider-lbl1 {
left: 50px;
}

.slider .slider-lbl2 {
left: 107px;
}

.slider .slider-lbl3 {
left: 156px;
}

.slider .slider-lbl4 {
left: 280px;
}

.slider .slider-lbl5 {
left: 455px;
}