#carousel {
  height: 500px;
  width: 100%;
  position: relative;
}




#carousel .slide {
  position: absolute;
  bottom: 0 !important; 
  top: auto !important;
  
  height: 350px !important;
  /* overflow: hidden; */
}


/*

#carousel .slide img {
  width:  100%;
  height: 100%;
}
*/

#carousel .slide p {
  position: relative;
  padding: 0;
  margin:  0;
  height:  100%;
  width: 100%;
}

.shadow{
	opacity: 1 !important;
}

#carousel .slide a{
	
}


#carousel .slide span {
  
  position: absolute;
  width: 900px;
  height: auto;
  background: transparent;
  top: -160px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  
  z-index: 0;
  	/*
  	white-space: nowrap;
  	max-width: 60%;
	*/
}

#carousel .navigate-left {
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  left: 50px !important;
  margin-top: -15px;
}

#carousel .navigate-right {
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  right: 50px !important;
  left: auto !important;
   margin-top: -15px;
}






















