.sliderGallery {
    overflow: hidden;
    position: relative;
    padding: 0px;
    width: 662px;
    background:#fff;
    height:220px;
        }
        
        .sliderGallery ul {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    height: 220px;
        }
        
        .sliderGallery ul li {
            display: inline;
			margin-right:15px;
        }
		
		.sliderGallery ul li span.label {
    display:inline-block;
    position:relative;
    width:148px;
    left:-148px;
    margin-right:-148px;
    font-size:0.8em;
    top:30px;
    text-align:center;
		}
		
		.sliderGallery ul li span.label span {
    color:#999;
		}
        
        .slider {
    width: 662px;
    height: 17px;
    top: 210px;
    padding: 0px 0px 10px 0px;
    position: relative;
    background: url(/corporate/images/scroller/scrolltrack.png) no-repeat;
        }
        
        .handle {
            background:transparent url(/corporate/images/scroller/scrolldrag.png) no-repeat scroll center 0;
            height:11px;
            position:absolute;
            top:-1px;
            width:80px;
            z-index:100;
        }
        
        .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;
        }

