 $(document).ready(function() {

		$(function(){
			$('a.lightbox').lightBox();
		});

});
