#sliding {
	padding-top:270px;
}
#carousel {
  height: 285px;
  width: 1000px;
  position: relative;
  overflow:hidden;
}

#carousel .shadow {
  -moz-box-shadow: 0px 5px 25px #333333;
  -webkit-box-shadow: 0px 5px 25px #333333;
  box-shadow: 0px 5px 25px #333333;
}

#carousel .slide {
  position: absolute;
  overflow: hidden;
}

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

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

#carousel .slide span {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  font-family: sans-serif;
  position: absolute;
  padding: 5px;
  width: 100%;
  bottom: 0;
  z-index: 99;
}

#carousel .navigate-left {
  cursor: pointer;
  position: absolute;
  bottom: 45px;
  left: 55px;
}

#carousel .navigate-right {
  cursor: pointer;
  position: absolute;
  bottom: 45px;
  right: 55px;
}

