@charset "utf-8";
/* CSS Document */

/* generale body */


        h1 { 
            margin-bottom: 2px; 
        }

        #containerSlider {
            background-color: #fff;
            width: 850px;
            margin: 0px auto;
            padding: 20px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
            background: url(/libri/icone/background.png) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 160px;
            width: 830px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 822px;
            height: 17px;
            margin-top: 140px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(/libri/icone/scrollbar.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(/libri/icone/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;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 500px;
        }

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

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