.ticker3 {
  height: 34px;
  line-height: 30px;
  font-size: 16px;
  overflow: hidden;
  color: #fafafa;
  background-color: #fafafa;
}
.ticker3 a {
  text-decoration: none;
}
.ticker3 .mt-label {
  font-family: 'BebasNeueRegular';
  letter-spacing: 0px;
  background: #21b000;
  color: #fafafa;
  margin-right: 2px;
  padding: 0 8px 0 12px;
  position: absolute;
  left: 0;
}
.ticker3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ticker3 .mt-label,
.ticker3 .mt-next,
.ticker3 .mt-prev,
.ticker3 .mt-play {
  background-color: #21b000;
}
.ticker3 .mt-body {
  margin: 2px;
  position: relative;
}
.ticker3 .mt-hide {
  display: none;
}
.ticker3 .mt-controls {
  margin-left: 2px;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-position: -1000px;
}
.ticker3 .mt-controls .mt-next,
.ticker3 .mt-controls .mt-play,
.ticker3 .mt-controls .mt-prev {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  cursor: pointer;
}
.ticker3 .mt-controls .mt-prev {
  background-image: url(../images/widget_blog/arrow-prev.png);
}
.ticker3 .mt-controls .mt-next {
  background-image: url(../images/widget_blog/arrow-next.png);
}
.ticker3 .mt-controls .mt-play {
  background-image: url(../images/widget_blog/play.png);
}
.ticker3 .mt-controls .mt-pause {
  background-image: url(../images/widget_blog/pause.png);
}
.ticker3 .mt-controls .mt-next:hover,
.ticker3 .mt-controls .mt-play:hover,
.ticker3 .mt-controls .mt-prev:hover {
  background-color: #f30;
}
.ticker3 .mt-controls .mt-next:active,
.ticker3 .mt-controls .mt-play:active,
.ticker3 .mt-controls .mt-prev:active {
  background-color: #f50;
}
.ticker3 .mt-news {
  overflow: hidden;
  position: absolute;
  background-color: #dedede;
}
.ticker3 .mt-news ul {
  background: no-repeat -1000px;
  background-image: url(../images/widget_blog/bullet-over.png);
}
.ticker3 .mt-news a {
  font-size: 15px;
  padding: 0 10px 0 20px;
  margin-right: 2px;
  display: block;
  white-space: nowrap;
  font-family: 'BebasNeueRegular';
  color: #121212;
  background: #dedede no-repeat 7px center;
  letter-spacing: 1px;
  width: 100%;
}
.ticker3 .mt-news a:hover {
  color: #fafafa;
  background-color: #21b000;
  border-color: #f20;
}
.ticker3 .mt-news a:active {
  background-color: #7a2;
}
