slider.css 218 B

123456789101112
  1. #custom-slider {
  2. width:214px;
  3. padding-top:6px;
  4. background-image:url(images/ticks.gif);
  5. }
  6. #custom-slider .x-slider-thumb {
  7. background-image:url(images/slider-thumb.png);
  8. }
  9. h3 {
  10. padding:15px 0 5px;
  11. }