$(document).ready(function() {

$("a.zoom").fancybox();

/* EasySlider Script */
	$("#gallery_slider").easySlider({ 
		auto: false, // 
		controlsFade: true,
		continuous: false, // 
		pause: 2000, // 
		speed: 800, // 
		prevId: 'prevBtn',
		prevText: '<< Previous Photos',
		nextId: 'nextBtn',
		nextText: 'More Photos >>'
	});
/* END EasySlider Script */

});
