$(window).load(function()
{
	if( $("#content").height() < 400 ){
		$("#content").css({height:'400px'});
	}
//	$('#gallery a:not(.link)').lightBox({fixedNavigation:true});
    $('#gallery a[href*=gal.php]:not(.link)').colorbox({width:"95%", height:"95%", iframe:true});
});
