<style type="text/css" media="screen">
body {
  font-size: 62.5%;
  font-family: helvetica, arial, sans-serif;
}

.zoomoutmenu {
  border: none;
  position: relative;
  height: 334px;
  width: 1000px;
  margin: 0 auto;
}

.panels {
  height: 334px;
  width: 1000px;
  background: url(/img/auction_background.jpg) no-repeat center center;
  overflow: hidden;
}

.tabs {
  float:right;
  margin: 0;
  padding: 0px 10px 0 540px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.tabs li {
  float: left;
  display: block;
  width: 110px;
  height:30px;
  background: url(http://2010.wwgauctions.com/img/tab.png) no-repeat center;
  bottom:0;
  text-align: center;
  padding: 0;
}

.tabs li a {
  display: block;
  text-decoration: none;
  color: #ccc;
  font-size: 6.5pt;
  padding: 3px 0 0 5px;
  width:100px;
}

.tabs li a:hover {
  color: #fff;
}

.panel {
  background: #ccc;
  padding: 0px;
  height: 334px;
  position: relative;
}

.panel h2 {
  font-size: 3em;
  color: #fff;
  font-family: Garamond, times, serif;
  padding: 0px;
  margin: 0;
  text-align: right;
}

#one {
  background: url(/img/auburn2010_1.jpg) no-repeat center center ;
}

#two {
  background: url(/img/auburn2010_2.jpg) no-repeat center center;
}

#three {
  background: url(/img/ac11.jpg) no-repeat center center;
}

#four {
  background: url(/img/hc11.jpg) no-repeat center center;
}

</style>