/**
* @file
* @brief    sigplus Image Gallery Plus initialization for Fancybox
* @author   Levente Hunyadi
* @version  1.2.7
* @remarks  Copyright (C) 2009-2010 Levente Hunyadi
* @remarks  Licensed under GNU/GPLv3, see http://www.gnu.org/licenses/gpl-3.0.html
* @see      http://hunyadi.info.hu/projects/sigplus
*/

jQuery(document).ready(function($) {
	$("a[rel|='fancybox']").each(function(index, el) {
		$(el).fancybox();
	});
});
