.sliderGallery {
            overflow: auto;
            position: relative;
            padding: 5px;
            height: 230px;
            width: 630px;
            margin: 4px auto;
        }
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li {
            display: inline;
        }
        
        .sliderContainer {
            width: 590px;
            height: 19px;
            top: 200px;
            margin: auto;
            padding: 0;
            position: relative;
            background: url(../img/slider/scrollbar_pic.png) no-repeat;
        }
        
        .slider {
            width: 540px;
            height: 14px;
            margin: 0px;
            padding: 0px;
            position: relative;
            left: 20px;
			top:1px;
        }
        
        .ui-slider-handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 170px;
            top: 10px;
            margin: 0 -99px;
            background: url(../img/slider/scroller.png) no-repeat;
            z-index: 100;
        }
        
 
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 2px;
        }
        
        .slider .slider-lbl1 {
            left: 0px;
        }
        
        .slider .slider-lbl2 {
            left: 100px;
        }
        
        .slider .slider-lbl3 {
            left: 250px;
        }
 
        .slider .slider-lbl4 {
            left: 450px;
        }
 
        .slider .slider-lbl5 {
            left: 650px;
        }
        .highlight {
	        border: 1px solid #fff;
        }
		
.ui-slider-horizontal .ui-slider-handle {
margin-left:-4px;
top:-1px;
}