        #container {
            background-color: #fff;
            width: 897px;

        }
        
        /* slider specific CSS */
        .sliderGallery {
            background: url(/public/images/slider/background.jpg) no-repeat;
            overflow: hidden;
            position: relative;
            padding: 10px;
			padding-bottom:  0px;
            height: 190px;
            width: 877px;
			margin-top: 10px;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            
            white-space: nowrap;
            padding: 0;
            margin: 0;
        	width: 700px;
        	margin-left: 40px;
        	margin-right: 40px;
        
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
		.sliderGallery UL LI a:hover img {
            border-color:#99cc33;
        }
        
		.sliderGallery UL LI a img {
            border: 4px solid;
        border-color: transparent;
        }
        
        .slider {
            width: 700px;
            height: 17px;
            
            margin-left: auto;
        	margin-right: auto;
       
            padding: 1px;
            position: relative;
            background: url(/public/images/slider/slider.png) no-repeat;
			margin-top: 163px;
        }
        
        .handle {
            position: absolute;
            cursor:pointer;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(/public/images/slider/handle.png) no-repeat;
            z-index: 5;
        }
        
        .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;
        }
