$(document).ready(function() {
	$("a.thumbnailImage").fancybox({
			'overlayShow'			: true,
			overlayOpacity			: 0.4,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack'
		});
	
	$("#productSlider").easySlider({
		loop: true,
		speed: 500,
		autoplayDuration: 6000,
		autogeneratePagination: true,
		restartDuration: 500,
		nextId: 'nextBtn',
		prevId: 'prevBtn',
		pauseable: true,
		pauseButtons: false,
		hoverPause: false
	});
});
