$(document).ready(function(){

	$('#content a.lightbox').lightBox({fixedNavigation:true});


});