
#main .content ul#home_bottom_photos {
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
    text-align: left;
}
#main .content ul#home_bottom_photos li {
    float: left;
    list-style: none;
    width: 200px;
    padding: 0;
    text-align: center;
}

#main .content ul#home_bottom_photos li.first {
    text-align: left;
}

#main .content ul#home_bottom_photos li.last {
    text-align: right;
    width: 199px;
}

#see_more {
    margin: 5px 0 10px 0;
    font-size: 10px;
    clear: both;
}

#see_more a { color: #b55414;}

#slideshow {
    position:relative;
    padding: 8px;
    height: 400px;
    background: #68614D;
}

#slideshow .photo_wrap {
    position:absolute;
    top:8px;
    left:8px;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
    /*display: block;
        position: absolute;*/
}

/*#slideshow img.last-active { z-index:9; }*/
#slideshow div.photo {
  position: relative;
  height: 368px;
  clear: both;
}

#slideshow div.caption {
  font-size: 11px;
  color: #999;
  clear: both;
  border-top: 1px solid #999;
  position: relative;
  height: 20px;
  #width: auto;
  width: 569px; 
  background: #000;
  padding: 8px 0px 1px 10px;
}
#slideshow .photo_wrap.active { z-index:10; }
#slideshow .photo_wrap.last-active { z-index:9; }

#slideshow .slide { 
  opacity: 0;
  position: absolute;
}
#slideshow .slide.active { 
  opacity: 1;
  z-index: 100;
}