    /* slider specific CSS */
    .sliderGallery {
				background-color: white;
				xbackground-image: url('images/slider-bg.jpg');
				border-top: 1px solid #a5adbf;
				border-bottom: 1px solid #a5adbf;
        overflow: hidden;
        position: relative;
        padding: 10px;
        height: 209px;
        width: 969px;
    }
    
    .sliderGallery table {
        position: absolute;
        top: 20px;
        list-style: none;
        overflow: inherit;
        white-space: nowrap;
        padding: 0;
        margin: 0;
    }     
    
      .sliderGallery table tr td {
	      text-align: center;
	      padding-right: 20px;
        }
    
      .sliderGallery table tr td a img {
	      border: none;
	      text-decoration: none;
        } 
        
      .sliderGallery table tr td a {
        text-decoration: none;
        }   
        
        .sliderGallery table tr td a:hover {
          color:  black;
          font-weight: bold;
          }
    
    .slider {
        width: 951px;
        height: 22px;
        /*margin-top: 190px;*/
        margin-left: 20px;
        padding: 1px;
        position: relative;
        top: 190px;
        background: url(images/scroll_bg.jpg) no-repeat;
    }
    
    .handle {
        position: absolute;
        cursor: move;
        height: 22px;
        width: 181px;
        top: 0;
        background: url(images/scroll_handle.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;
    }
