.jcarousel-wrapper {
  position: relative;
  height: 50px;
  margin-left: 20px;
}

@media (min-width: 960px) {
  .jcarousel-wrapper {
      width: 550px;
  }
}

@media (max-width: 959px) and (min-width:426px) {
  .pane-game-details-carousel-game-detail .view-content{
    padding-left: 0px;
  }
  .jcarousel-wrapper {
	  width: 360px;
  }
}

.small-game-item .jcarousel-wrapper {
  max-width: 450px;
}

@media (max-width: 425px) {
  .pane-game-details-carousel-game-detail .view-content{
    padding-left: 0px;
  }
  .jcarousel-wrapper {
    width: 272px;
  }
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 80px;
    margin-right: 12px;
}

.jcarousel img {
    max-height: 100px;
}

.jcarousel .loading {
    text-align: center;
    line-height: 90px;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: -40px;
}

.jcarousel-control-next {
    right: -40px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: 0;
    cursor: default;
	background:none;
}

.wrapper {
    max-width: 620px;
    padding: 0 20px 40px 20px;
    margin: auto;
}