.mblToolBarButtonHasArrow-styles {
  width: 27px;
  height: 27px;
  border-radius: 20px;
  border: 2px solid #ffffff;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-image: url("images/dark/back.png");
  background-position: 50% 50%;
  background-size: 27px 27px;
  background-repeat: no-repeat;
}
/* Progress Bar */
.mblProgressBarProgress {
  background-color: Highlight;
}
.dj_gecko .mblProgressBarProgress {
  -moz-transition-property: width;
  -moz-transition-duration: 0.25s;
  background-image: none;
}
