$(document).ready(function() {
	
	// lightbox stuff
	$('.lightbox').lightBox();

	$('#mounted_tabs ul').tabs();
	
});
