
/**
 * Copyright (c) by Designchuchi
 *
 * Custom javascript functions.
 *
 * Feel free to look at the code to get some inspiration.
 * Don't steal!
 */


/**
 * Things to do as soon as the document is ready.
 */
$(function() {

	$('a.fancyzoom').fancybox({
		'zoomSpeedIn': 300,
		'zoomSpeedOut': 300,
		'overlayShow': false 
	}); 

});
// end doc ready
