@charset "utf-8";
/* CSS Document */

/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  height: 362px;
  position: relative;
  padding:0px;
  margin:0px;
}

#horizontal_carousel .container {
	float: left;
	width: 470px;
	height: 362px;
	position: relative;
	top: 0px;
	overflow: hidden;
	text-align:center;
  padding:0px;
  margin:0px;
}

#horizontal_carousel ul {
	margin: 0;
	padding:0px;
	width: 100000px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 362px;
  padding:0px;
  margin:0px;
}                      

#horizontal_carousel ul li {
  width: 470px;
	position: relative;
	top: 0px;
  margin:0px;
  height: 362px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding:0px;
  margin:0px;
}
/*PREVIOUS BUTTON STATES*/
#horizontal_carousel .previous_button {
  float:left;  
  width: 42px;
  height:362px;
  position:relative;
  top:0px;
  background: url(../Images/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
  padding:0px;
  margin:0px;
}

#horizontal_carousel .previous_button_over { background: url(../Images/horizontal/left_over.png);}

#horizontal_carousel .previous_button_disabled {
  background: url(../Images/horizontal/left_disabled.png);
  cursor: default;
}
/*NEXT BUTTON STATES*/
#horizontal_carousel .next_button {
  float:right;  
  width: 42px;
  height: 362px;
  position:relative;
  top:0px;
  background: url(../Images/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../Images/horizontal/right_over.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(../Images/horizontal/right_disabled.png);
  cursor: default;
}
