$(document).ready(function() {

	// Round page corners
	$('#container').corner();
	$('#footer').corner('bottom');
	$('#header').corner('top');
	$('a.nav').corner('top');
		
	$(function() {
			$('a.lightbox').lightBox(); // Select all links with lightbox class
	});		
});
