
.ui-slider
{
    background-image: url(../images/slider/slider_background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 14px;
    width: 300px;
    position: relative;  
}

.ui-slider-handle
{
    background-image: url(../images/slider/slider_handle.gif);
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
    z-index: 1;
}

#slider-container
{
    width: 330px;
    height: 16px;
}

#slider-left-arrow
{
    background-image: url(../images/slider/arr_prev_gray.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    cursor: pointer;
}

#slider-right-arrow
{
    background-image: url(../images/slider/arr_next_gray.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 14px;
    cursor: pointer;
}

#slider, td
{
    padding: 0;
}
