/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-top: 0px;
  
}
/* out the caption */
.carousel-caption {
  z-index: 10;
}

.carousel-caption > p {
 color:rgb(209,35,65);
}


/* Declare heights because of positioning of img element */
.carousel .item {
 /* min-height: 31.25em; 500px*/
  background-color: #777;
}

/*/////////////////////////////*/


#_gallery {
	    box-shadow: 2px -4px 6px rgba(0,0,0,0.8);
	}

#s_gallery {
	    box-shadow: 2px -4px 6px rgba(0,0,0,0.8);
	}

/*/////////////////////////////*/

