$(document).ready(function () {
	//alert('hi');
	
	//var boxHeight = $('.home #content section:first-child ul').height();
	//$('.home #content section:first-child').next().children('ul').css('height', boxHeight);
	
	$('#menu-footer-menu li:last-child').addClass('last');
	$('.home #content section:last-child').addClass('last');
	$('.home section:last-child a.btn').addClass('last');
	
	$('.ie6 .pane').append('<span class="bottom"></span>');
	$('.ie7 .pane').append('<span class="bottom"></span>');
});






















