// DG_JavaScript Document
$(document).ready(function() {
$("body img").css({'display':'none'});
	$("body img").fadeIn('slow');
	$('h1').fadeOut(2);
	
$("a[rel=dg_group]").fancybox({
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic',
			'autoScale'    	: false,
			'titlePosition' : 'over',
			'titleFormat'   : function(title, currentArray, currentIndex, currentOpts) {
				return '';
		  }
	});

});
$(function() {$('#container_tab_dg').tabs();})
