/*
 * Init FancyBox
*/
jQuery(document).ready(function($){
	$(".jqfancybox, .goog-icon-list-icon-link").fancybox();
});

