$(document).ready(function(){
	$('.content').height($(window).height()-80);
	$('.first .content').height($(window).height()-200);
    $('a[rel=fancybox]').fancybox(
        {
            'width': 820,
            'height': 430,
			'showNavArrows': false
        }
    );
});
