/* Horizontal Carousel */
#horizontal_carousel {
	width: 963px;
	height: 232px;
	padding:7px;
}

#horizontal_carousel .container {
	width: 963px;
	overflow: hidden;
	position: relative;
}

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

#horizontal_carousel ul li {
	height: 199px;
	text-align: center;
	list-style:none;
	float:left;
	padding-right: 7px;
}

#horizontal_carousel .buttons{
	display:block;
	clear:both;
	margin-top: 5px;
}
#horizontal_carousel .previous_button {
	float:left;
	width: 23px;
	height: 20px;
	background: url(img/but_prev.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(img/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(img/but_prev_dis.png) no-repeat;
  cursor: default;
}

#horizontal_carousel .next_button {
	float:right;
	width: 23px;
	height: 20px;
	background: url(img/but_next.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(img/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(img/but_next_dis.png) no-repeat;
  cursor: default;
}
