/* Horizontal Carousel */
#carousel {
  float: left;
  width: 954px;
  height: 407px;
  position: relative;
}

#carousel .container {
  float: left;
  width: 954px;
  height: 407px;
  position: relative;    
  overflow: hidden;
}

#carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 407px;
  /*margin-left:-123px;*/
}                      

#carousel ul li {
  width: 300px;
  height: 407px;
  float:left;
}
.previous_button, .next_button{
	cursor:pointer;
	width:42px; height:84px;
}
.previous_button {
  background: url(../images/catalog/auction/left-button.png);
}
/*
.previous_button_over {
  background: url(../images/catalog/auction/left-button-over.png);
}
*/
.previous_button_disabled {
  background: url(../images/catalog/auction/left-button-empty.png);
  cursor: default;
}
.next_button {
	background: url(../images/catalog/auction/right-button.png);
}
/*
.next_button_over {
	background: url(../images/catalog/auction/right-button-over.png);
}
*/
.next_button_disabled {
  background: url(../images/catalog/auction/right-button-empty.png);
  cursor: default;
}