/* slider specific CSS */
.sliderGallery {
    overflow: hidden;
    position: relative;
    margin: 20px;
    height: 160px;
    width: 860px;
}

.sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.sliderGallery ul li {
    display: inline;
}

.slider {
    width: 820px;
    height: 17px;
    margin: 140px 20px 0 20px;
    padding: 0;
    position: relative;
}

.handle {
    position: absolute;
    cursor: move;
    height: 10px;
    width: 10px;
    top: 1px;
    z-index: 100;
}

.slider span {
    color: #bbb;
    font-size: 80%;
    cursor: pointer;
    position: absolute;
    z-index: 110;
    top: 3px;
}

.slider .slider-lbl1 {
    left: 50px;
}

.slider .slider-lbl2 {
    left: 107px;
}

.slider .slider-lbl3 {
    left: 156px;
}

.slider .slider-lbl4 {
    left: 280px;
}

.slider .slider-lbl5 {
    left: 455px;
}
