$(function() {

	$("a[href$='.jpg'], a[href$='.gif'], a[href$='.png']").addClass("lightbox");
    $(".lightbox").lightBox();

});
