
$(document).ready(function() {
	
	$('.divGallery a').lightBox({fixedNavigation:true});

});