#photobox_mask {
    background: #000000;
    opacity: 0.7;
}
#photobox {
    border: solid 5px #828282;
}
.photobox .hd {
  background: url('../img/bg1.jpg') top left repeat-x;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
}
.photobox .hd span {vertical-align:middle;line-height:18px;}
.photobox .bd  {padding:10px;}
.photobox .bd img {border:none;}
.photobox .ft {height: 25px; padding:5px 0;position:relative;}
.photobox .ft .back {position:absolute;left:1px;}
.photobox .ft .back img, .photobox .ft .next img {border:none;}
.photobox .ft .next {position:absolute;right:1px;}

