﻿.sliderGallery {
            
            overflow: hidden;
            position: relative;
            top:10px;
            left:15px;
            height: 160px;
            width: 948px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI 
        {
            display: table-cell;
            #display:inline;
            vertical-align:top;
            text-align:center;
        }
        
        .sliderGallery .prodsliderlink
        {
            font-size:11px;
            color:#FFFFFF;
        }
        
        .slider {
            width: 949px;
            height: 23px;
            margin-top: 140px;
            
            padding: 1px;
            position: absolute;
            background: url(images/Slider/scrollbar.gif) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: hand;
            height: 22px;
            width: 245px;
            top: 0;
            background: url(images/Slider/scroller.png) no-repeat;
            background-position:center top;
            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;
        }


.prodslidertable
{
    display:inline;
}

.spacingdiv
{
    margin-right:20px;
}
