		#container {
            width: 635px;
            /*margin: 15px auto;*/
            padding: 10px 3px 0 3px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
/*            background: url(../images/produktscroll/bakgrund.png); */
            overflow: hidden;
            position: relative;
/*            padding: 10px 0 0 3px;*/
            height: 160px;
            width: 634px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display:inline;
        }
        
        .slider {
            width: 635px;
            height: 20px;
            /*margin-top: 118px;*/
			top: 118px;
            margin-left: 0px;
            padding: 0;
            position: relative;
            background: url(../images/produktscroll/scroll_ranna.png) no-repeat;
			z-index:100;
        }
        
        .handle {
            position: absolute;
            cursor:pointer;
            height: 18px;
            width: 200px;
            top: 2px;
			background: url(../images/produktscroll/scrollbar.png) no-repeat;
            z-index: 101;
        }
		.fade_left {
			position:absolute;
			top: -6px;
			left: 0px;
			height: 124px;
			width: 30px;
			background:url(../images/produktscroll/produktscroll_fadeout_vanster.png) no-repeat;
			z-index: 99;
		}
		
		.fade_right {
			position:absolute;
			top: -6px;
			left: 604px;
			height: 124px;
			width: 30px;
			background:url(../images/produktscroll/produktscroll_fadeout_hoger.png) no-repeat;
			z-index: 99;	
		}
        
        .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;
        }