$(document).ready(function(){ 
	//$("ul.sf-vertical").superfish({
	//	animation: {height:'show'},
	//	speed:         'fast'								  
	//	});
	
	$('#topnav ul li:first').addClass('first');

	
	$('td.imagegallery a').lightBox();
	
	$('.homepage-promo-list .clear').remove();
	
    }); 
