$(function() {

	// add selectors
//	$('#tabs li:first-child').addClass('first-child');
//	$('#tabs li:last-child').addClass('last-child');
	$('#footer-nav #menu-notices li:last-child').addClass('last-child');
	
	// add rounded corners
	DD_roundies.addRule('.roundify', '0 0 7px 7px', true);
	DD_roundies.addRule('.roundify-tab', '7px', true);
	DD_roundies.addRule('#image-holder .image', '7px', true);

	$(".lightbox").lightBox({fitToScreen: true});

});
