
.carousel {
	margin: 0 auto;
	width: 960px;
	height: 300px;
  	background-color: transparent;
	position: relative;
	z-index: 8;
}

.carousel .container {
  position: relative;
  z-index: 9;
  	
}

.carousel-control {
  height: 80px;
  margin-top: 0;
  font-size: 120px;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
  background-color: transparent;
  border: 0;
  z-index: 10;
}

.carousel .item {
  width: 960px;
}
.carousel img {
  height: 298px;
  width: 958px;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
}

.carousel-caption {
  background-color: transparent;
  position: static;
  max-width: 800px;
  height: 100px;
  padding: 0 60px;
  margin-top: -140px;
  color: #fff;
}
.carousel-caption h1,
.carousel-caption .lead {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  color: #fff;
}
.carousel-caption h1	{
	font-size: 22px;
}
.carousel-caption .btn {
  margin-top: 10px;
}