/* CSS Document */



        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            width: 100%;
			
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
			background-color:#FFFFFF;
			
        }
        
        .sliderGallery UL LI {
            display: inline;
			white-space: nowrap;
			padding:0px;
        }
        
#slider{
 margin-top:355px;
}		
		
.ui-slider { position: relative; text-align: left; background-color:#77BAC7; height:15px; 
}

.ui-slider .ui-slider-handle { 
position: absolute; 
z-index: 2; 
width: 100px; 
height:100%;
cursor: default; 
background:#202020 url(../images/bg_handle.gif) no-repeat center center;
outline:none;
border:1px solid #202020;
}

.ui-slider .ui-slider-handle:hover{ border:1px solid #77BAC7; }


.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%;}
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 100px; }



        
        .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;
        }

