/* slider specific CSS */
.sliderGallery {
    /*background: url(../../../eGuate/images/slide/productbrowser_background_20070622.jpg) no-repeat;*/
    overflow: hidden;
    position: relative;
    padding: 0px;
    /*160*/
    height: 115px;
    /*560*/
    width: 555px;
    margin-left: 8px;
    margin-top: 5px;
    border-left: 3;
    border:2px solid #4b4e53;
}

.sliderGallery UL {
    position: absolute;
    list-style: none;
    /*overflow: none;    */
    white-space: nowrap;
    padding: 0;
    margin: 0;
    

}
/*space between each image*/
.sliderGallery UL LI {
    display: inline;
    padding:0px;
    
}

.slider {
    width: 542px;
    height: 17px;
    /*140*/
    margin-top: 90px;
    margin-left: 5px;
    padding: 1px;
    position: relative;
    background: url(../../../eGuate/images/slide/productbrowser_scrollbar_20070622.png) no-repeat;
}

.handle {
    
    position: absolute;
    cursor: move;
    height: 17px;
    /*181*/
    width: 170px;
    top: 0;
    background: url(../../../eGuate/images/slide/productbrowser_scroller_20080115.png) no-repeat;
    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: 210px;
}

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

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

.slider .slider-lbl5 {
    left: 455px;
}
/*w:576h122*/

