		// SLIDER //
		$(document).ready(function(){	
			$("#slider").easySlider({
				auto: true, 
				numeric: true,
				numericId: 	'controls',
				continuous: true,
				speed: 1200,
				pause: 4000
			});
		});
