jQuery(document).ready(function($) {

	// init fancybox
	$('.fancybox').fancybox();	

});
