#horizontal_carousel
{
	height: 140px;
	margin-bottom: 10px;
	width: 150px;
}

#horizontal_carousel .container
{
	float: left;
	height: 175px;
	position: relative;    
	overflow: hidden;
	width: 120px;
}

#horizontal_carousel ul
{
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#horizontal_carousel ul li
{
	float: left;
	height: 140px;
	list-style: none; 
	text-align: center;
	width: 120px;
}

#horizontal_carousel .previous_button
{
	background-image: url(/images/LeftArrow.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;  
	height: 140px;
	width: 13px;
	z-index: 100;
}

#horizontal_carousel .previous_button_over
{
  background-image: url(/images/LeftArrow.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

#horizontal_carousel .previous_button_disabled
{
  background-image: none;
  cursor: default;
}

#horizontal_carousel .next_button
{
	background-image: url(/images/RightArrow.gif);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;  
	height: 140px;
	width: 13px;
	z-index: 100;
}

#horizontal_carousel .next_button_over
{
	background-image: url(/images/RightArrow.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button_disabled
{
	background: transparent;
	cursor: default;
}
