$(document).ready(function() {

	/* Fancybox */
	$("a.fancybox").each(function() {
		var element = this;
		$(this).fancybox({
			overlayOpacity: 0.8,
			overlayColor: '#333',
			titlePosition:'inside'
		});
	});
	 
 
});
