.gallery {
  margin: 0 -60px 60px;
  width: 760px; }
  .gallery .images ul li {
    height: 480px;
    text-align: center;
    width: 640px;
    overflow: hidden; }
  .gallery .images.captioned ul li {
    height: 512px; }
  .gallery span {
    display: block;
    font-family: arial,sans-serif;
    font-size: 70px;
    font-weight: bold;
    height: 275px;
    line-height: 1em;
    padding-top: 205px;
    width: 60px; }
    .gallery span a {
      color: #000;
      text-decoration: none; }
    .gallery span.next {
      float: right; }
    .gallery span.previous {
      float: left; }

.preview .gallery {
  margin: 0 auto;
  width: 440px;
  overflow: hidden; }
