/* Author: 

*/


$(document).ready(function() {
	// Remove padding, set opening and closing animations, close if clicked and disable overlay
	$(".fancybox").fancybox({
		padding: 0,

		openEffect : 'elastic',
		openSpeed  : 150,

		closeEffect : 'elastic',
		closeSpeed  : 150,

		closeClick : true,

		helpers : {
			overlay : null
		}
	});
	
});
