div.album {
  float: left;
  width: 338px;
  height: 277px;
  margin-right: 11px;
  margin-top: 10px;
  border: solid 1px #fd7706;
  overflow: hidden;
  background-color: #fff;
}

div.album a.alblnk {
  display: block;
  width: 338px;
  height: 194px;
  background-position: center center
  background-repeat: no-repeat;
  background-color: #fff;
}

div.album a.alblnk span {
  display: none;
}

div.album div.short
{
  width: 338px;
  height: 36px;
  font-size: 11px;
  line-height: 12px;
  overflow: hidden;
  padding: 5px 10px 0px 10px;
}

div.album.sep {
  margin-right: 0px;
}

div.album h2 {
  margin: 5px 0px 2px 0px;
  color: #cb3b30;
  font-size: 16px;
  text-align: center;
}
div.album p.detail {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  font-size: 10px;
}

div.album p.detail a {
  text-decoration: none;
  color: #ff7711;
}