$(document).ready(
function(){
	$('.gallery').lightBox();
}
);