/* CSS Document */



        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            height: 95px;
            width: 610px;
			
        }
		
		.sliderGallery2{
            overflow: hidden;
            position: relative;
            height: 160px;
            width: 980px;
		}
        
        .sliderGallery UL, .sliderGallery2 ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI, .sliderGallery2 ul li {
            display: inline;
        }
        
		.sliderGallery UL LI a, .sliderGallery2 ul li a{ cursor:pointer;}
		.sliderGallery UL LI a img{ border:5px solid #dbdbdb; width:110px; margin-right:3px;}
		.sliderGallery UL LI a:hover img{ border:5px solid #ffcc00;}

		
		
        .slider {
            width: 100%;
            height: 10px;
			top: 85px;
            position: relative;
			background:#202020 url(../images/bgSlider.gif) repeat-x left bottom;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 10px;
            width: 80px;
            top: 0;
			background-color:#FFCC00;
            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;
        }

