@charset "utf-8";




	 
	 
	 

        
        /* slider specific CSS */
        .sliderGallery {
/*            background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_background_20070622.jpg) repeat;*/
            overflow: hidden;
            position: relative;
         
/*            height: 160px;*/
			height: 400px;
            width: 100%;
			/*background-color:#FFFFCC;*/
			margin:0px auto;
			
        }
		
		
        
        .sliderGallery UL {
            position: absolute;
            list-style: none;
            overflow: none;
            white-space: nowrap;
            padding: 0;
            margin: 0;
        }
        
        .sliderGallery UL LI {
            display: inline;
        }
        
        .slider {
            width: 615px;
            height: 12px;
            margin-left: 5px;
			margin:0px auto;
			top:383px;
            padding: 1px;
            position: relative;
/*            background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_scrollbar_20070622.png) repeat;
*/			/*background-color:#FFCC00;*/
			background-image:url(../images/1111.png);
			background-repeat:no-repeat;


        }
        
        .handle {
            position: absolute;
            cursor: move;
            height: 12px;
            width: 132px;
            top: 0;
/*            background: url(http://static.jqueryfordesigners.com/demo/images/productbrowser_scroller_20080115.png) no-repeat;*/    
			z-index: 100;
/*			background-color:#FF66FF;*/
			background-image:url(../images/2222.png); 
			background-repeat:no-repeat;
        }