$(document).ready(function() {

	$('#sub-nav .current-category li:last-child').css('border-bottom','none');

	$('#nav li:last-child').addClass('last');
	
	$('.tools-attendance-photogallery .thickbox:has(img), .tools-attendance-photogallery .thickbox:contains(Preview)').colorbox();
	
	$('.tools-attendance-photogallery .thickbox[href=/tools/attendance/images/Orange-County-Convention-Center-North-South-Building_3_1.jpg]').colorbox({
	width:'374px'																																																																										});
	
	$('.tools-attendance-videogallery .thickbox:has(img), .tools-attendance-videogallery .thickbox:contains(Preview)').colorbox({
		height:'500px', width:'575px', iframe:true, scrolling:false
	});
	
	$('.thickbox:contains(Download)').colorbox({
		width:'90%'
	});
	
	$('form').validate();
	
});
