/* slider specific CSS */
        .sliderGallery {
            background: url(../_img/tpl/carousel/bg-carousel.jpg) repeat-x;
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 133px;
            width: 950px;
            margin:10px 0;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
            top:15px;
        }
        
        .sliderGallery UL LI {
            display: inline;
            margin:0 15px;
        }
        
        .slider {
            background:url("../_img/tpl/carousel/carousel-slider-bar.png") no-repeat scroll 0 0 transparent;
            height:17px;
            margin-left:5px;
            padding:1px;
            position:relative;
            top:110px;
            width:942px;
			font-size: 1.4em;
        }
                                                    
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 2px;
			margin-left: 21px;
            background: url("../_img/tpl/carousel/carousel-slider.png") no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #eeeeee;
            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;
        }