 .tabberlive .tabbertabhide {
  display: none;
}
ul.tabbernav {
  margin: 0;
  padding: 0;
  height: 29px;
  line-height:30px;
  overflow:hidden;
  padding-left: 25px;
}
ul.tabbernav li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  background: none;
}
ul.tabbernav li a {
  float: left;
  display:block;
  height: 29px;
  padding: 0 14px;
  border-bottom: none;
  background: #FFFFFF url(tab_off.gif) no-repeat center left;
  line-height: 31px;
  text-decoration: none;
  border: 0;
}
.tabberlive .tabbertab {
  border: 0;
  padding: 10px;

  /* If you don't want the tab size changing whenever a tab is changed you can set a fixed height */
  /* height:100px; */
  /* If you set a fix height set overflow to auto and you will get a scrollbar when necessary */
  /* overflow:auto; */
}
.tabberlive .tabbertab h2 {
	display: none;
}
.tabberlive .tabbertab h3 {
	display: none;
}
