#ppy-ttd.ppy-active {
  width: 262px;
  float: left;
  margin: 0 20px 10px 0;
}

#ppy-ttd .ppy-stage {
  width: 200px;
  height: 200px;
  cursor: pointer;
}

#ppy-ttd .ppy-caption a {
  color: #66bde9;
}

#ppy-ttd .ppy-caption a:hover {
  text-decoration: underline;
}

#ppy-tdd .ppy-counter {
  border-bottom: 1px solid #d5e68e;
  color: #fff;
  padding: 0 0 2px 0;
  margin: 0 0 5px 0;
  font-size: 0.9em;
}

#ppy-ttd .ppy-stagewrap {
  background: #e3e3e3;
  -border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

#ppy-ttd .ppy-nav {
  top: 0px;
  left: 0px;
}

#ppy-ttd .ppy-nav a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
}

div.imgProdStack #ppy-ttd .ppy-stage {
  background-size: auto 100%;
  background-position: center center!important;
}
