//Selects a with class of lightbox
    $(function() {
   		$('a.lightbox').lightBox();
    });

