.slideshow {
  width: 350px;
  height: 250px;
  float: left;
  margin-left: 20%;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
}  
  
/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 350px;
  height: 250px;
  margin: 0px 20px 0px 0px;
  overflow: hidden;
  position: absolute;
}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  left: 0;
  right: 0;
}

ul.slideshow li.show {
  z-index: 500;
}
 
ul img {
  border: none;
}
 
#slideshow-caption {
  width: 350px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;
}

#slideshow-caption .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;
}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;
  color: #FFFF99;
  text-shadow: 1px 1px #000;
}
