/* images/slider */

/* $Id: images/slider.css 6693 2007-03-21 09:26:59Z smaxim $ */
.zpSliderimages/sliderContainer .zpSliderBgVertical {
  width: 25px;
  background: url(images/slider/fon_v.gif) repeat-y center transparent;
}

.zpSliderimages/sliderContainer .zpSliderBgHorizontal {
  height: 25px;
  background: url(images/slider/fon_h.gif) repeat-x center transparent;
}

.zpSliderimages/sliderContainer .zpSliderButtonVertical{
  width: 25px;
  height: 11px;
  font-size: 2px;
}

.zpSliderimages/sliderContainer .zpSliderButtonVerticalInactive {
  background: url(images/slider/sl_v.gif) no-repeat;
  z-index : 2;
}

.zpSliderimages/sliderContainer .zpSliderButtonVerticalActive {
  background: url(images/slider/sl_v_o.gif) no-repeat;
  z-index:3;
} 

.zpSliderimages/sliderContainer .zpSliderButtonHorizontal {
  width: 11px;
  height: 25px;
}

.zpSliderimages/sliderContainer .zpSliderButtonHorizontalInactive {
  background: url(images/slider/sl_h.gif) no-repeat;
  z-index : 2;
}

/* .zpSliderimages/sliderContainer .zpSliderButtonHorizontal:hover, 
.zpSliderimages/sliderContainer .zpSliderButtonHorizontal:focus,
.zpSliderimages/sliderContainer .zpSliderButtonHorizontal:active {
  width: 11px;
  height: 25px;
  background: url(images/slider/sl_o.gif) no-repeat;
}

*/

.zpSliderimages/sliderContainer .zpSliderButtonHorizontalActive {
  background: url(images/slider/sl_o.gif) no-repeat;
  z-index : 3;
}

.zpSliderimages/sliderContainer .zpSliderLeftSpin {
  width: 17px;
  height: 25px;
  font-size: 2px;
  display : block;
}

.zpSliderimages/sliderContainer .zpSliderLeftSpinInactive {
  background: url(images/slider/l_inc.gif) no-repeat center;
}

.zpSliderimages/sliderContainer .zpSliderRightSpin {
  width: 17px;
  height: 25px;
  font-size: 2px;
  display : block;
}

.zpSliderimages/sliderContainer .zpSliderRightSpinInactive {
  background: url(images/slider/r_inc.gif) no-repeat center;
}

.zpSliderimages/sliderContainer .zpSliderUpSpin {
  width: 25px;
  height: 17px;
  display : block;
}

.zpSliderimages/sliderContainer .zpSliderUpSpinInactive {
  background: url(images/slider/u_inc.gif) no-repeat center;
}

.zpSliderimages/sliderContainer .zpSliderDownSpin {
  width: 25px;
  height: 17px;
  display : block;
}

.zpSliderimages/sliderContainer .zpSliderDownSpinInactive {
  background: url(images/slider/d_inc.gif) no-repeat center;
}

.zpSliderimages/sliderContainer .zpSliderLeftFirstSpin {
  width: 20px;
  height: 25px;
  font-size: 2px;
  display : block;
}

.zpSliderimages/sliderContainer .zpSliderLeftFirstSpinInactive {
  background: url(images/slider/l_f_inc.gif) no-repeat center;
}

.zpSliderimages/sliderContainer .zpSliderRightLastSpin {
  width: 20px;
  height: 25px;
  font-size: 2px;
  display : block;
}

.zpSliderimages/sliderContainer .zpSliderRightLastSpinInactive {
  background: url(images/slider/r_l_inc.gif) no-repeat center;
}

.zpSliderimages/sliderContainer .zpSliderUpFirstSpin {
  width: 25px;
  height: 20px;
  display : block;
}

.zpSliderimages/sliderContainer .zpSliderUpFirstSpinInactive {
  background: url(images/slider/u_f_inc.gif) no-repeat center;
}

.zpSliderimages/sliderContainer .zpSliderDownLastSpin {
  width: 25px;
  height: 20px;
  display : block;
}

.zpSliderimages/sliderContainer .zpSliderDownLastSpinInactive {
  background: url(images/slider/d_l_inc.gif) no-repeat center;
}
