$(document).ready(function () {

	// Initialize slideshow
	$("#slider").easySlider({
		auto: true, 
		continuous: true,	
		numeric: true
	});
	
});
