#zoomoutmenu {
  border: 10px solid #c6d92d;
  position: relative;
  height: 280px;
  width: 880px;
  margin: 0 auto;
}

#zoomoutmenu h2 {margin:0px;padding:0px;}

#panels {
  height: 280px;
  width: 880px;
  overflow: hidden;
}

#tabs {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#tabs li {
  float: left;
  display: block;
  background-color: #fff;
  text-align: center;
}

#tabs li a {
  padding: 5px 30px 10px 30px;
  display: block;
  text-decoration: none;
  color: #000;
  border-top: 5px solid #fff;
  font-size: 14px;
}

#tabs li a:hover {
  border-top: 5px solid #333;
  background-color: #666;
  color: #fff;
}

.panel {
  height: 280px;

}

#one {
  background-image:url('../imgs/zoom_airport.jpg'); background-repeat:no-repeat;
}
#one h2 {padding-top:20px;}
#one p {width:370px;}

#two {
  background-image:url('../imgs/zoom_portfolio.jpg'); background-repeat:no-repeat;
}
#two h2 {padding-top:20px; width:160px;}
#two p {width:160px;}

#three {
  background-color:#333333;
}

#four {
  background-color:#111111;
}

#five {
  background-color:#777777;
}