.slideshow_container
  {position: relative;
  float: right;
  top: 180px;
  right: 100px;
  width: 240px;
  height: 350px;}

.slideshow
{ width: 120px;
  height: 240px;
  margin: 0 auto;}  
  
/* styling for the slideshow on the homepage */
ul.slideshow {
  list-style: none;
  width: 120px;
  height: 240px;
  overflow: hidden;
  position: relative;}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
 
ul.slideshow li.show {
  z-index: 500;}
 
ul img {
  border: none;}
 
#slideshow-caption1 {
  width: 120px;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption1 .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption1 p {
  padding: 0;
  font: normal 100% times new roman, sans-serif;
  color: #000000;
  text-shadow: 1px 1px #000;}  

#slideshow-caption2 {
  width: 120px;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption2 .slideshow-caption-container {
  padding: 10px 25px 10px 25px; 
  background: transparent url(../images/transparent.png) repeat;  
  z-index: 1000;}
 
#slideshow-caption2 p {
  padding: 0;
  font: normal 100% times new roman, sans-serif;
  color: #000000;
  text-shadow: 1px 1px #000;}  
  
