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