#qpixslide {
  border: #fff 1px solid;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  overflow: hidden;
  position: relative! important;
  background-position: left top;
  background-repeat: no-repeat;
}
h3.pixslide {
  padding: 4px 6px 4px 30px; /* controls the tab */
  display: block;
  font-size: 11px;
  margin: 0px;
  cursor: pointer;
  color: #fff;
  border-bottom: #333333 1px solid;
  background: url(tab.gif) no-repeat 0 0;
  background-position: left top;
}
#visible {
  border-bottom: #FFF 1px solid;
  /*
  background: url(tab.gif) no-repeat -27px 0;
  */
}
.pixslide_panel_body {
  display: block;
  color: #ffffff;
  position: relative;
  height: 150px;
  background-color: #333333;
}
.pixslide_panel_body DIV {
  padding: 3px 5px 3px 5px;
}
.pixslide_panel_container {
  padding: 0px;
  background-position: right top;
  background-image: url(tab-right.gif);
  margin: 0px;
  bottom: 0px;
  background-repeat: repeat-x;
  background-color: #333333;
}
.wrapper {
  bottom: 0px;
  position: absolute;
}
