$(document).ready(function(){
		$('#first a').lightBox({fixedNavigation:true});
		$('#second a').lightBox({fixedNavigation:true});
		$('#third a').lightBox({fixedNavigation:true});
});
