#book-trailer-wrapper {
  position: relative;
  overflow: hidden;
  padding: 20px;
  margin: 0 auto;
  background: #555;
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     color-stop(0.62, #333),
                                     color-stop(1.0, #ddd));
  background-image: -moz-linear-gradient(center top, #333 62%, #ddd 100%);
}

#book-trailer {
  overflow: hidden;
}

#book-trailer H2 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 24px;
}

#book-trailer H3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}

#the-video {
  padding-left: 290px;
  text-align: right;
}

#video-info {
  float: left;
  width: 290px;
  background: #999;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  margin-bottom: 40px;
}

#video-info .text {
  padding: 10px;
  cursor: pointer;
}

#book-trailer .buy-book {
  display: block;
  background: #6080B7;
  color: #fff;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 16px;
  text-align: right;
  -webkit-transition: all 0.1s linear;
}

#book-trailer .buy-book:hover {
  background: #BECCE2;
}

#see-more-video {
  position: absolute;
  height: 22px;
  width: 290px;
  bottom: 20px;
  left: 20px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  -webkit-transition: all 0.1s linear;
  cursor: pointer;
}

#see-more-video A {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  background: url(/BECA/img/1/reload-blue.gif) no-repeat right 3px;
  padding: 0 22px;
  margin-right: 22px;
  text-decoration: none;
  color: #444;
  -webkit-transition: all 0.1s linear;
  outline: none;
}

#see-more-video:hover {
  background: rgba(255, 255, 255, 0.7);
}

#see-more-video A:hover  {
  color: #6080B7;
}

/* End of file. */
