 #container {
            background-color: #fff;
            width: 700px;
			height: 180px;
            margin: 0px auto;
			
        }
        
        /* slider specific CSS */
        .sliderGallery {
          	overflow: hidden;
            position: relative;
            padding: 10px;
            height: 160px;
            width: 660px;
        }
        
        .sliderGallery ul {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery ul li {
            display: inline;
        }
        
        .slider {
            width: 660px;
            height: 20px;
            top: 120px;
            margin-left: 5px;
            padding: 1px;
            position: relative;
            background: url(../tpl/slider.gif) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 20px;
            width: 140px;
            top: 1px;
            background: url(../tpl/handle.gif) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #FFF;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 1px;
        }
        
        .slider .slider-lbl1 {
            left: 35px;
        }
        
        .slider .slider-lbl2 {
            left: 90px;
        }
        
        .slider .slider-lbl3 {
            left: 540px;
        }