$(document).ready(function(){	
			// Activate PrettyPhoto Lightbox handle
			$("a[rel^='prettyPhoto']").prettyPhoto({
				animationSpeed: 'normal', /* fast/slow/normal */
				padding: 40, /* padding for each side of the picture */
				opacity: 0.35, /* Value betwee 0 and 1 */
			});

			
			$("#slider").easySlider({
				auto: false,
				continuous: true,
				numeric: true
			});
			
			$('#gallery').karmicFlow({ timer: 3500, duration: 1500 });
			
			// PNG Fix
			$(document).pngFix(); 	
			
});