#content .copy-gutter #copy .gutter { padding-left: 32px; }
.information {
  height: 350px;
}
.information ul {
  padding-bottom: 1.2em;
  line-height: 1.3em;
  color: #97999b;
}
.text {
  width: 388px;
}
.photos {
  float: right;
}
.controls {
  text-align: center;
  padding-bottom: 20px;
  margin-left: 40%;
}
.arrows {
  text-align: center;
  margin-bottom: 12px;
}
  .arrows li {
    display: inline;
  }
  .arrows li a {
    display: block;
  }
  .arrows li a {
    height: 21px;
    width: 57px;    
    text-indent: -9999px;
    float: left;
  }
  .arrows li #previous {
    background: url('../images/previous.gif') no-repeat;
  }
  .arrows li #next {
    background: url('../images/next.gif') no-repeat;
  }

#slides {
  clear: both;
  background: url('../images/background-project-thumbs.jpg') no-repeat; 
  width: 925px; 
  height: 145px; 
  margin-left: -32px; 
  margin-bottom: -10px;
}
#slides ul li {
  display: inline;
}
#slides ul li a {
  display: block;
  float: left;
  text-align: center;
  padding-top: 104px;
  font-size: 90%;
  width: 154px;
}
#slides ul li a:hover, #slides ul li a.active {
  color: #dc0f0f;
}

