#photo_list dl {
  overflow: hidden;
  clear: both;
  width: 560px
}

#photo_list dl dt {
  display: block;
  width: 130px;
  float: left;
}

#photo_list dl dd {
  display: block;
  width: 430px;
  float: right;
}

#photo_list {
  overflow: hidden;
  clear: both;
  width: 560px;
}

#photo_list ul {
  overflow: hidden;
  clear: both;
  width: 560px;
}

#photo_list ul li {
  float: left;
  width: 180px;
  margin-bottom: 3px;
  padding:3px;
  font-size: 11px;
  text-align: center;
  line-height: 1.4em;
}

