/* Horizontal Carousel */
#horizontal_carousel {
	float: left;
	width: 641px;
	height: 426px;
	margin-bottom: 0px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

#horizontal_carousel .container {
	float: left;
	width: 577px;
	height: 426px;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	margin-top: 0px;
}

#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 10000px;
	position: relative;
	top: 0;
	left: 0;
	height: 426px;
	overflow: hidden;
}                      

#horizontal_carousel ul li {
	width: 577px;
	height: 426px;
	text-align: center;
	list-style:none;
	float:left;
	margin: 0px;
	padding: 0px;
}

#horizontal_carousel .previous_button {
	float:left;
	width: 32px;
	height: 426px;
	background: url(images/left2.png);
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(images/left_over2.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(images/left_disabled2.png);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 426px;
  background: url(images/right2.png);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(images/right_over2.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(images/right_disabled2.png);
  cursor: default;
}
