$(document).ready(function(){
	$("#rotator .ui-tabs-panel").css("visibility","visible"); /* unhide rotator tabs */
	$("#rotator").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 7000);
	$(document).pngFix(); // use this for features bg grad (stretched png a little but allows centering of bg image).
}); 