// JavaScript Document
	$(function() {
		$('#navWrap ul').superfish();
		// add first and last classes to the appropriate LI's
		$('#navWrap ul li:first-child').addClass('first');
		$('#navWrap ul li:last-child').addClass('last');
		$(".mainImgLrg").closest("body").addClass("incMainImg");
	});