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