(function($) {
		  
$(document).ready(function(){
	$("a[rel^='fancyBox']").fancybox();	
});

})(jQuery)
