// DG_JavaScript Document
$(document).ready(function() {
$(".main .jCarouselLite").jCarouselLite({btnNext: ".main .next", btnPrev: ".main .prev", speed: 1000, auto: 2800,mouseWheel: true,scroll: 1,visible:4,vertical: false, circular: true
    });
$("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 '';
		  }
	});

});

