$(document).ready(function() {
	$( "#accordion" ).accordion({ autoheight: false});
	$("#tabs").tabs();
	$('#gallery a').lightBox();
  });


