$(document).ready(function() {
    var myheight = $('#document').height();
    $('.background').css('height',myheight+'px');
    $('.background div').css('height',myheight+'px');

			$(".ngg-gallery-thumbnail a").fancybox({
				'titleShow'		: false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
			});

});
