$(document).ready(function() {

	//Add lightbox to production stills in sidebar
	$('.productionStills ul li a').lightBox({fixedNavigation:true});
	
	//Add lightbox to whatever anchor has a class of lightbox
	$('a.lightbox').lightBox({fixedNavigation:true});
	
});
