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



        
        /* slider specific CSS */
        .sliderGallery {
            overflow: hidden;
            position: relative;
            padding: 0px;
            height: 250px;
            width: 800px;
			background-color:#FFF;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
           /* 
		   overflow: none;
		   */
            white-space: nowrap;
            padding: 0px;
            margin: 0px;
        }
        
        .sliderGallery UL LI {
            display:inline;
			padding: 0px;
            margin: 0px;	
			margin-right:-5px;
			margin-left:-1px;
			border:#000 1px solid;
        }
        
        .slider {
            width: 800px;
            height: 15px;
            margin-top: 235px;
            padding: 0px;
            position: relative;
			background-color:#CCC;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 15px;
            width: 100px;
            top: 0;
			background-color:#393;
            z-index: 100;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
        }
        
        .slider span {
			color: #FFF;
			cursor: pointer;
			position: absolute;
			z-index: 110;
			top: 5px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
        }
        
        .slider .slider-lbl1 {
			width:100px;
			text-align:center;
            left: 0px;
        }
        
        .slider .slider-lbl2 {
			width:100px;
			text-align:center;
	            left: 162px;
        }
        
        .slider .slider-lbl3 {
			width:100px;
			text-align:center;
	        left: 324px;
        }

        .slider .slider-lbl4 {
			width:162px;
			text-align:center;
			left: 486px;
        }

        .slider .slider-lbl5 {
			width:162px;
			text-align:center;		
            left: 648px;
        }
		

		.slider .slider-lbl6 {
			width:162px;
			text-align:center;
            left: 810px;
        }
