.autofix_sb.fixed {
  position: fixed !important;
  left:auto !important;
  top: auto;
  right: auto;
  bottom: auto;
  height: 100%;
				width:10em;
  overflow:auto;
}

.autofix_sb.fixed.bottom {
  bottom: 0;
  position: absolute !important;
}
