@charset "UTF-8";
<!--

       #container {
            background-color: #fff;
            width: 450px;

        }
        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            height: 110px;
            width: 450px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 450px;
            height: 17px;
            margin-top: 90px;
            padding: 1px;
            position: absolute;
            background: url(/jQueryAssets2/scrollbar.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 18px;
            width: 100px;
            top: 0;
            background: url(/jQueryAssets2/handler.png) no-repeat;
            z-index: 100;
        }
     
