#horizontal_carousel
{
	width: 614px;
	height: 100px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #a4a4a4;
	margin-bottom: 20px;
}
#horizontal_carousel .container
{
	width: 614px;
	overflow: hidden;
	position: relative;
}
#horizontal_carousel IMG
{
	border: solid 1px #a4a4a4;
}
#horizontal_carousel INPUT
{
	border: solid 1px #a4a4a4 !important;
}
#horizontal_carousel UL
{
	margin: 0px;
	padding: 0px;
	width: 100000px;
	position: relative;
	top: 0;
	left: -6px;
	height: 90px;
}
#horizontal_carousel UL LI
{
	width: 89px;
	height: 90px;
	text-align: center;
	list-style: none;
	float: left;
}
#horizontal_carousel .buttons
{
	display: block;
	clear: both;
}
#horizontal_carousel .previous_button
{
	float: left;
	width: 23px;
	height: 7px;
	background: url(../App_Images/ImgCarousel/but_prev.gif) no-repeat;
	z-index: 100;
	cursor: pointer;
}
#horizontal_carousel .previous_button_over
{
	background: url(../App_Images/ImgCarousel/but_prev_hover.gif) no-repeat;
}
#horizontal_carousel .previous_button_disabled
{
	background: url(../App_Images/ImgCarousel/but_prev_dis.gif) no-repeat;
	cursor: default;
}
#horizontal_carousel .next_button
{
	float: right;
	width: 23px;
	height: 7px;
	background: url(../App_Images/ImgCarousel/but_next.gif) no-repeat;
	z-index: 100;
	cursor: pointer;
}
#horizontal_carousel .next_button_over
{
	background: url(../App_Images/ImgCarousel/but_next_hover.gif) no-repeat;
}
#horizontal_carousel .next_button_disabled
{
	background: url(../App_Images/ImgCarousel/but_next_dis.gif) no-repeat;
	cursor: default;
}