$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true,
		pause: 5000,
		continuous: true 
	});
	
	$("#bottom div").click(function(){  
		   window.location=$(this).find("a").attr("href"); return false;  
	});
});
