$(document).ready(domloaded);


function domloaded() {

	$('#gallery a').lightBox();

}


