#fader{position: relative;}
	
	#header {
		height:200px;
		width:800px;
	
	}
	
    #fader li{
        position: absolute; 
        top:0; left:0;
        width: 800px;
           background-position: 0 0;
		height:200px;
		list-style:none;	

    }

