$(document).ready(function() {

// HOMEPAGE SLIDER 
$("#slider").easySlider({
				auto: true, 
				continuous: true,
				numeric: false
			});
    
});    
