$(document).ready(function() {
	$("a[href$=.jpg]").lightBox();

    });
