#front_page_auctions .container {
  float: left;
  width: 813px;
  position: relative;    
  overflow: hidden;
}

#front_page_auctions ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
}                      

#front_page_auctions ul li {
  width: 271px;
  height: 82px;
  text-align: center; 
  list-style:none;   
  float:left;
  border-right:1px solid #afafaf;
}
#front_page_auctions .previous_button {
  float:left;  
  width: 39px;
  height: 39px;
  background: url(../images/btn_prev.jpg) no-repeat top left;
  z-index: 100;
  cursor: pointer;
  padding-left: 10px;
}

#front_page_auctions .previous_button_over {
  background: url(../images/btn_prev_hi.jpg) no-repeat top left;
}

#front_page_auctions .previous_button_disabled {
  background: url(../images/btn_prev_hi.jpg) no-repeat top left;
  cursor: default;
}

#front_page_auctions .next_button {
  float:right;  
  width: 39px;
  height: 39px;
  background: url(../images/btn_next.jpg) no-repeat top right;
  z-index: 100;
  cursor: pointer;
  padding-right: 10px;
}

#front_page_auctions .next_button_over {
  background: url(../images/btn_next_hi.jpg) no-repeat top right;
}

#front_page_auctions .next_button_disabled {
  background: url(../images/btn_next_hi.jpg) no-repeat top right;
  cursor: default;
}
.date_blurb {
	width:269px;
	text-align: left;
}
.last_date_blurb {
	width:269px;
}