﻿.sliderContainer {
	background:#efefef url('../img/carousel/bkg-slider.gif') no-repeat;
	height:19px;
	margin:0 5px;
	overflow:hidden;
	position:relative;
	width:453px;
}

.sliderBackground {
    position: absolute;
    width: 409px;
    height: 17px;
    top: 1px;
    left: 20px;
    background: url('../img/carousel/bkg-slider-inside.gif') 1px 0 no-repeat;
}

.sliderHandle {
    display: block;
    width: 51px;
    height: 15px;
    background: url('../img/carousel/slider-handle.gif') 0 0 no-repeat;
    position: absolute;
    overflow: hidden;
    margin-top: 1px;
    z-index: 2;
}

.sliderInc, .sliderDec
{
    width: 20px;
    height: 25px;
    float: right;
    position: relative;
    cursor: pointer;
}

.sliderDec
{
    float: left;
    margin-right: 2px;
}