    <!--
		/* slider specific CSS */

		#samppicker div.sliderGallery {
			margin-bottom:40px;
			margin-left:50px;
		}

		#samppicker div.sliderGallery {
				background: url(/common/components/slider-gallery/slider_images/productbrowser_background_20070622.jpg) no-repeat;
				overflow: hidden;
				position: relative;
				padding: 10px;
				height: 160px;
				width: 560px;
		}
		
		#samppicker div.sliderGallery UL {
				position: absolute;
				list-style: none;
				overflow: none;
				white-space: nowrap;
				padding: 0;
				margin: 0;
		}
        
		#samppicker div.sliderGallery UL LI {
				background: none;
				display: inline;
		}
        
		#samppicker div.sliderGallery UL LI a {
				color: #660000;
				text-decoration:none;
		}

		#samppicker .slider {
				width: 542px;
				height: 17px;
				margin-top: 140px;
				margin-left: 5px;
				padding: 1px;
				position: relative;
				background: url(/common/components/slider-gallery/slider_images/productbrowser_scrollbar_20070622.png) no-repeat;
        }
        
		#samppicker .handle {
				position: absolute;
				cursor: move;
				height: 17px;
				width: 181px;
				top: 0;
				background: url(/common/components/slider-gallery/slider_images/productbrowser_scroller_20080115.png) no-repeat;
 				z-index: 100;
		}
        
		#samppicker .slider span {
				color: #bbb;
				font-size: 80%;
				cursor: pointer;
				position: absolute;
 				z-index: 110;
  				top: 3px;
		}
        
		#samppicker .slider .slider-lbl1 {
				left: 50px;
		}
        
		#samppicker .slider .slider-lbl2 {
				left: 107px;
		}
        
		#samppicker .slider .slider-lbl3 {
				left: 156px;
		}

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

		#samppicker .slider .slider-lbl5 {
				left: 455px;
		}
    -->

