.gutter {
  width:210px;
}

.photo-gallery {
  width:500px;
  height:310px;
}

.photo-gallery ul {
  width:430px;
  height:290px;
  padding:0;
  margin:0 0 1em 0;
  border:solid 5px #FFF;
  list-style:none;
  overflow:hidden;
  position:relative;
  float:left;
}

.photo-gallery li {
  width:430px;
  height:290px;
  text-align:center;
  vertical-align:middle;
  z-index:90;
  position:absolute;
  overflow:hidden;
  float:left;
}

.photo-gallery .hover {
  width:430px;
  height:1.5em;
  background:transparent url(../images/black-67.png) repeat top left;
  line-height:1.5em;
  vertical-align:middle;
  color:#FFF;
  position:absolute;
  top:130px;
  left:0;
  display:none;
}

.photo-gallery .left,.photo-gallery .right {
  width:24px;
  height:297px;
  text-align:center;
  text-decoration:none;
  font-weight:bold;
  vertical-align:middle;
  line-height:300px;
  float:left;
}

#caption {
  width:440px;
  margin:0 0 0 24px;
}

.audio {
  font-size:0.9em;
}