jQuery(document).ready(function() {

	if(screen.width < 1174)
		jQuery("#mainWrapper").css('width', '1174px');

})
