

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
  margin: 0;
  /* width: 940px; */
  /* height: 331px; */

}

/* Slider */
.carousel-caption {
/*
	width:640px;
*/
	bottom: 10px;
	color: #FFFFFF;
	left: 45px;
	padding: 15px 35px;
	position: absolute;
	right: auto;
	text-align: center;
	text-shadow: none;
	z-index: 10;
	background: rgba(0,0,0,.5);
	text-align:left;
}
.carousel-caption p{
	color: #fff;
	margin-bottom: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:29px;
}
.carousel-control.left{
	background:url(../images/left-arrow.png) no-repeat;
}
.carousel-control.right{
	background:url(../images/right-arrow.png) no-repeat;
}
.carousel-control {
width: 25px;
height: 100px;
display: inline-block;
vertical-align: middle;
top: 50%;
margin-top:-51px;
}
.carousel-caption h1{
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	margin:0;
	padding: 0;
}



