$(document).ready(function(){

	$('.gallery a img').parent().lightBox({fixedNavigation:true});
	
});
