$(document).ready(function() {
		$('#footer-inner ul li:last').addClass('last'); 
		$('.unifyRepeat:last-child').addClass('last2');
		$('.imgRow ul li:nth-child(3n)').addClass('last3');
		$('#breadcrumbs li:first').addClass('first');
		$('div.nineColumn .imgRow:first').addClass('first2');
		$('ul.menu_style li:first-child').addClass('first3'); 
		
		$("a.grouped_elements").fancybox({
				'overlayOpacity'    : .5
			});
			
}); 
