/* ---------------------------------------------------------------------------------------
Author: 		Navigator Multimedia
Updated: 		September.27.2010
--------------------------------------------------------------------------------------- */
/* Start The document Ready function
--------------------------------------------------------------------------------------- */
$(document).ready(function(){
	
$('#wrapper_home').css({'min-height':(($(document).height())-325)+'px'});
$('#wrapper').css({'min-height':(($(this).height())+200)+'px'});

/* Fancybox
--------------------------------------------------------------------------------------- */
	$("a[rel='lightbox'], .gallery-item a").fancybox({
		'titleShow' : false,
		'transitionIn' : 'none',
		'transitionOut'	: 'none',
		'scrolling' : 'no',
		'autoScale' : false
	});
	
});
