#coverflow {
  /*background: #17161c;*/
  background: #000;
  position: relative;
  height: 500px;
  overflow: hidden;
  -moz-user-select: none;
  user-select: none;
}

#coverflow .scroller {
  position: absolute;
  top: 0;
  left: 160px;
  width: 100000px;
  padding: 25px;
}

#coverflow p {
  float: left;
  width: 300px;
  height: 420px;
  line-height: 420px;
  margin-right: 10px;
  zoom: 1;
}

#coverflow img {
  width: 100%;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
}

#coverflow p.selected {
  width: 420px;
}

#coverflow .scrollbar {
  position: absolute;
  bottom: 13px;
  left: 13px;
  background: url('../img/scrollbar.png') no-repeat;
  width: 752px;
  height: 16px;
}

#coverflow .scrollbar a {
  position: absolute;
  left: 0;
  background: url('../img/scrollbar-handle.png') no-repeat;
  width: 72px;
  height: 16px;
}

#coverflow .gradient-left {
  background: url('../img/coverflow-gradient-left.png') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 460px;
}

#coverflow .gradient-right {
  background: url('../img/coverflow-gradient-right.png') no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 460px;
}
