.carousel{
    background: #4f4f4f;
    margin-top: 0px;
}
.carousel .item{
    min-height: 160px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}
.carousel-mar{
	margin: 0px;
}

.carousel-contain  {padding-left: 0px;padding-right: 0px;}

.gray  {color: #C0C0C0;}


/* added for text over pictures */
.carousel-content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carous1  {font-size: 18px;}