#content .afb_links {
  width: 240px;
  height: 140px;
  border: 1px solid #ffffff;
  }

#content .afb_closeup {
  width: 470px;
  height: 270px;
  border: 2px solid #ffffff;
  padding: 0;
  }

#content li a:hover, .mattblacktabs li.selected a {
  background: #202833; 
  }

#content a.img_prev {
  display: block;
  background:url('../images/previousbutton.png');
  height: 35px !important;
  height: 35px;
  width:35px;
  }

#content a.img_prev:hover {
  background-position: 0px -35px;
  }

#content a.img_next {
  display: block;
  background:url('../images/nextbutton.png');
  height: 35px !important;
  height: 35px;
  width:35px;
  }

#content a.img_next:hover {
  background-position: 0px -35px;
  }


