// LIST ALL SHOW/HIDE ELEMENT IDS HERE/* jquery starts */  $(function() {		   	/* lightbox */      	$('div#s_gallery a[@rel*=lightbox]').lightBox();   	 }); //end: DOM ready