.carousel {
  height: 500px;
  margin-bottom: 60px;
  position: relative;

background: #3a3a3a; /* Old browsers */
background: -moz-linear-gradient(left, #3a3a3a 0%, #e5e5e5 20%, #c4c4c4 50%, #e5e5e5 80%, #3a3a3a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#3a3a3a), color-stop(20%,#e5e5e5), color-stop(50%,#c4c4c4), color-stop(80%,#e5e5e5), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #3a3a3a 0%,#e5e5e5 20%,#c4c4c4 50%,#e5e5e5 80%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #3a3a3a 0%,#e5e5e5 20%,#c4c4c4 50%,#e5e5e5 80%,#3a3a3a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #3a3a3a 0%,#e5e5e5 20%,#c4c4c4 50%,#e5e5e5 80%,#3a3a3a 100%); /* IE10+ */
background: linear-gradient(to right, #3a3a3a 0%,#e5e5e5 20%,#c4c4c4 50%,#e5e5e5 80%,#3a3a3a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#3a3a3a',GradientType=1 ); /* IE6-9 */
}
.carousel-caption {
  z-index: 10;
  padding: 0;
  width:480px;
  position:relative;
  left:auto; right:auto;
  margin:0 auto;
}
.carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.carousel .item {
  height: 500px;
}
