     /* slider specific CSS */

.ttip {
	border:0;
        }
.sliderGallery {
	overflow: hidden;
	position: relative;
	height: 450px;
	color:#000;
	width: 100%;
        }
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            white-space: nowrap;
            padding-left: 0;
            margin-top: 25px;
            margin-left: 0;
        }
        
        .sliderGallery ul li {
			padding-right: 15px;
            display: inline;
       }
        
        #scrollnav {
             position: relative;
           width: 540px;
            height: 17px;
            top: 420px;
            margin-left: auto;
            margin-right: auto;
            background: url(../images/bar_scroller.png) no-repeat;
        }
        .slider {
            width: 490px;
            height: 17px;
            margin-left: auto;
            margin-right: auto;
            position: relative;
        }
        .handle {
            position: absolute;
            cursor: pointer;
            height: 17px;
            width: 127px;
            top: 0;
            background: url(../images/bar_button.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: 50px;
        }
        
        .slider .slider-lbl2 {
            left: 107px;
        }
        
        .slider .slider-lbl3 {
            left: 156px;
        }

        .slider .slider-lbl4 {
            left: 280px;
        }

        .slider .slider-lbl5 {
            left: 455px;
        }

