@charset "UTF-8";
/* CSS Document */


        .sliderGallery {
            background: none;
            overflow: hidden;
            position: relative;
            padding: 0px;
            height: 430px;
            width: 870px;
			margin-top:13px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 870px;
            height: 16px;
            margin-top: 395px;
            margin-left: 0px;
            padding: 1px 0px 1px 0px;
            position: relative;
            background: url(../images/sliderbg_870.jpg) no-repeat;
			cursor:pointer;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 80px;
			margin:0;
            top: 0;
            background: url(../images/sliderhandle.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: 20px;
        }
        
        .slider .slider-lbl2 {
            left: 40px;
        }
        
        .slider .slider-lbl3 {
            left: 60px;
        }

        .slider .slider-lbl4 {
            left: 80px;
        }

        .slider .slider-lbl5 {
            left: 100px;
        }
