#slider {
   width: 100%;
   height: 60px;
   position: fixed;
   bottom: -40px;
   left: 0;
}
.slider-top {
   width: 100%;
   height: 20px;
   padding: 3px 0;
   position: relative;
   margin-left: 20px;
}
#wrap {
   width: 100%;
   margin: 0 auto;
   padding: 3px;
}
.slider-bottom {
   width: 100%;
   height: 40px;
   position: relative;
   margin-left: 20px;
}
#transparentbg {
    width: 100%;
    height: 100%;
    background: url('../images/fondpied.jpg');
	position: absolute; top: 0px; left: 0px;
}
#handle {
   width: 100%;
   position: absolute;
   top: 0px;
   left: 0px;
   overflow: hidden;
}
