

#container {

            width: 995px;
			z-index:98;
}
        
        /* slider specific CSS */
        .sliderGallery {
			background-color:#fff;

	border-bottom:#000 2px dotted;
	overflow: hidden;
	position: relative;
	padding-bottom:1px;
	height: 163px;
	width: 995px;
	z-index:99;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
			overflow:auto;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
	width: 995px;
	height: 19px;
	margin-top: 142px;

	position: relative;
	background-image: url(../images/productbrowser_scrollbar_20070622.gif);
        }
        
        .handle {
	position: absolute;
	cursor: move;
	height: 19px;
	width: 181px;
	top: 0;
	z-index: 100;
	background-image: url(../images/productbrowser_scroller_20080115.png);
        }
        
        .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;
        }
