body {
  background: url("./images/background.png") repeat-x top #333;
}

strong {
  color: #fff;
}

#elevator {
  color: #888;
}

body h1.claim {
  display:block
  float:left;
  width:322px;
  height:90px;
  text-indent: -9999px;
  background: url("./images/claim.png") no-repeat left 35px;
}

#gallery {
  margin-bottom: 40px;
}

#gallery .slides_container {
  height: 550px;
}


#gallery ul.pagination {
  margin:0;
  padding:0;
}

#content {
  padding-top: 10px;
  color: #888;
}

#gallery ul.pagination li {
  list-style-type: none;
  text-align:center
  margin-bottom: 10px;
  height:70px;
  overflow:hidden;
  margin-bottom: 10px;
}

footer {
  border-top:1px solid #aaa;
  padding-top:30px;
  padding-bottom:50px;
  margin-top:30px;
}

footer * {
  color: #777;
  font-size: 9px;
}

.current {
  -moz-box-shadow:    0 0 10px #9fede7;
  -webkit-box-shadow: 0 0 10px #9fede7;
  box-shadow:         0 0 10px #9fede7;
}
