/* Horizontal Carousel */
#horizontal_carousel {
	width: 333px;
	height: 161px;
	background-image: url(images/scroll_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#horizontal_carousel .container {
  width: 333px;
  overflow: hidden;
}
#horizontal_carousel .container {
position:relative;
width: 333px;
overflow: hidden;
}
#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  height: 161px;
}                      

#horizontal_carousel ul li {
  width: 333px;
  height: 161px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .buttons{
	display:block;
}
#horizontal_carousel .previous_button {
	float:left;
	width: 45px;
	height: 44px;
	z-index: 100;
	cursor: pointer;
	position: absolute;
	top: 190px;
	background-image: url(images/left_scroll.png);
	_background-image: url(images/gif_left.gif);
	background-repeat: no-repeat;
	margin-left: -30px;
	_margin-left: -50px
}

#horizontal_carousel .previous_button_over {
	background-image: url(images/left_scroll_over.png);
	_background-image: url(images/gif_left_over.gif);
	background-repeat: no-repeat;
}

#horizontal_carousel .previous_button_disabled {
	cursor: default;
	background-image: url(images/left_scroll.png);
	_background-image: url(images/gif_left.gif);
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button {
	float:right;
	width: 45px;
	height: 44px;
	z-index: 100;
	cursor: pointer;
	position: absolute;
	top: 190px;
	margin-left: 316px;
	_margin-left: 336px;
	background-image: url(images/right_scroll.png);
	_background-image: url(images/gif_right.gif);
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button_over {
	background-image: url(images/right_scroll_over.png);
	_background-image: url(images/gif_right_over.gif);
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button_disabled {
	cursor: default;
	background-image: url(images/right_scroll.png);
	_background-image: url(images/gif_right.gif);
	background-repeat: no-repeat;
}
