.jq-show {
  width: 600px;
  height: 400px;
  position: relative;
  text-align: center;
}
.jq-show img {
  margin: 0 auto;
  max-width: 575px;
  max-height: 375px;
}
.jq-controls {
  position: absolute;
  bottom: 25px;
  width: 600px;
  text-align: center;
  margin: 0 auto;
}

.jq-control {
  visibility: hidden;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 5px 15px;
  opacity: 0.4;
  background: url(../img/controls.png) 0 0 no-repeat;
}
.jq-previous {
  background-position: -75px 0 !important;
}
.jq-next {
  background-position: -242px 0 !important;
}
.jq-play {
  background-position: -153px 0 !important;
}
.jq-paused {
  background-position: 16px 0 !important;
}
.hover .jq-control {
  visibility: visible;
}
.jq-control-hover {
  opacity: 1;
}