body {
  background-color: white;
}
.banner {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  z-index: 1;
  border-radius: 0px;
}
#container {
  margin-top: 50px;
}
.wrapper,
.banner-content {
  margin: 0 auto;
  max-width: 900px;
  overflow: auto;
}
.wrapper .logo,
.banner-content .logo {
  max-width: 900px;
}
/*.wrapper {
  margin-top: 50px;
}*/
.main-carousel {
  background-color: black;
  height: 460px;
  padding-top: 30px;
}
.main-carousel .image {
  max-height: 360px;
  width: 600px;
  margin: auto;
}
.carousel-indicators {
  bottom: -30px;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}
.thumbs {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  height: 110px;
}
.thumbs .list-inline {
  white-space: nowrap;
}
.product-pic {
  display: block;
  margin: 0 auto;
  width: 300px;
  overflow: visible;
}
.product-pic img {
  padding-top: 30px;
  max-height: 400px;
  width: auto;
  margin: auto;
}
