	$(document).ready(function(){	
			$("#banner2").easySlider({
				auto: true, 
				continuous: true,
                controlsShow: false
			});
            $("#banner3").easySlider({
				auto: true, 
				continuous: true,
                controlsShow: false
			});
            $("#banner4").easySlider({
				auto: true, 
				continuous: true,
                controlsShow: false
			});
            $("#banner5").easySlider({
				auto: true, 
				continuous: true,
                controlsShow: false
			});
            $("#banner6").easySlider({
				auto: true, 
				continuous: true,
                controlsShow: false
			});
				
		});	
