@charset "utf-8";

 
        #container {
            background-color: #fff;
            width: 580px;
            margin: 15px auto;
            padding: 50px;
        }
        
        /* slider specific CSS */
        .sliderGallery {
/*            background: url(../images/slider/productbrowser_background_20070622.jpg) no-repeat;*/
            overflow: hidden;
            position: relative;
            padding: 10px;
            height: 300px;
            width: 640px;
			border:1px solid #ff0000;
        }
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 542px;
            height: 17px;
            margin-top: 290px;
            margin-left: 50px;
            padding: 1px;
            position: relative;
            background: url(../images/slider/slider.png) no-repeat;
        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 17px;
            width: 181px;
            top: 0;
            background: url(../images/slider/handle.png) no-repeat;
            z-index: 100;
        }
        
        .slider span {
            color: #bbb;
            font-size: 80%;
            cursor: pointer;
            position: absolute;
            z-index: 110;
            top: 3px;
        }
        
  


