.sliderGallery {
            overflow: hidden;
            position: relative;
            padding: 5px 10px;
            height: 150px;
            width: 780px;
			background: url(background.jpg) no-repeat left top;
        	border: 5px solid #000;
			border-top: none;
		}

.sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }

.sliderGallery UL LI {
            display: inline;
        }

.sliderGallery UL LI a {
	background: none !important;
	border: none !important;
	}

.sliderGallery ul li.s01 {
	padding-left: 150px;
	}

.sliderGallery ul li.s06 {
	padding-right: 300px;
	}

.sliderGallery ul li img {
			}

.slider {
            width: 770px;
            height: 17px;/*
            margin-top: 130px;
            margin-left: 5px;
			*/
            padding: 1px;
            position: absolute;
			top: 135px;
			left: 15px;
            background: url(bar.png) no-repeat center top;
        }

.handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(handle.png) no-repeat;
            z-index: 100;
        }

.slider span {
            font: bold 12px/12px Helvetica, Arial, sans-serif;
			color: #fff;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 4px;
        }

.slider .slider-lbl1 { left: 50px; }
.slider .slider-lbl2 { left: 190px; }
.slider .slider-lbl3 { left: 330px; }
.slider .slider-lbl4 { left: 470px; }
.slider .slider-lbl5 { left: 610px; }
.slider .slider-lbl6 { left: 730px; }
