$(document).ready(function() {
	var windowHeight  = window.innerHeight;
	var bodyHeight    = $('body').height();
	if(windowHeight>bodyHeight) {
		$('.container_16').css({
			height: windowHeight-$('#header').height()-$('#footer').height()-145+'px'
		});
	}
	
	$('.systemmessageBoxOk, .systemmessageBoxInfo, .systemmessageBoxError').fadeOut(5000);
	//alert($('.gallery-actions').width());
});
