/* This file skins sliders */

.ui-slider { width: 628px; height: 74px; position: relative; margin-left:43px; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { position: absolute; z-index: 1; height: 20px; width: 18px; top: 0px; left: 0px; background-image: url(images/poignet_matrice.gif);  }
/*.ui-slider-handle-active { border: 1px dotted black;  }*/
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }

.ui-slider-range { position: absolute; background-image:url(images/pixel_degrade_matrice.gif);background-repeat:repeat-x ; opacity: 1; filter: alpha(opacity=100); width: 605px; height: 30px; top:24px; }

/* Default slider backgrounds */


.playground { background-image: url(images/barre_matrice_recherche.gif); }