#photos #slideshow {
  float:right;
  position: relative;
  width:160px; /*width:924px;*/
  margin:0px auto;
  padding:15px 0 4px 0;
  border-bottom: 1px solid #C1C2C3;
}
#photos #slideshow_wrapper {
  position: relative;
  left: 0px; top: 0px;
  overflow: hidden;
  width:160px; /*width: 880px;*/
  height:225px;
  margin:0px;
  padding:0px;
}
#photos #slideshow_set {
  position: absolute;
  text-align:center;
  margin:0px;
  padding:0px;
  list-style: none;
  visibility: hidden;
}
#photos #slideshow_set li {
  text-align:center;
  float: left;
  width:160px;
  list-style: none;
}
#photos #slideshow_set li img {
  width:150px; height:225px;
  margin:0px 5px;
}
#photos #slideshow_set li span {
  font-size:90%;
  display:block;
  padding:0px 5px;
}
#photos #navigation {
  position: absolute;
  margin:0px; padding:0px;
  list-style: none;
  z-index: 10;
}
#photos #scroll_left {
  left: 40px;
  background: url(../images/up-cb.gif) no-repeat;
}
#photos #scroll_right {
  left: 103px; /*left: 907px;*/
  background: url(../images/down-cb.gif) no-repeat;
}
#photos #scroll_left, #photos #scroll_right {
  position: absolute;
  top:235px;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 0px;
  height: 22px;
  width: 17px !important; /* for most browsers */
  width /**/: 17px; /* for IE5.5's bad box model */
}
/* CSS Document */
