﻿.sliderGallery
{
    background: url(prodbg.png) no-repeat;
    overflow: hidden;
    position: relative;
    padding: 10px 0px 10px 0px;
    height: 120px;
    width: 700px;
}
.sliderGallery UL
{
    position: absolute;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 10px 0px 10px;
    margin: 0;
    height: 105px;
}
.sliderGallery UL LI
{
    display: inline;
    padding: 0px 8px 0px 8px;
}


.sliderGallery UL LI a img
{
    vertical-align:middle;
}

.slider
{
    width: 700px;
    height: 17px;
    margin-top: 110px;
    margin-left: 0px;
    padding: 1px;
    position: relative;
    background: url(scrollbar.png) no-repeat;
}
.handle
{
    position: absolute;
    cursor: move;
    height: 17px;
    width: 181px;
    top: 0;
    background: url(scroller.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;
}

