/*Horizontal Carousel*/
#horizontal_carousel
{
	width: 0px;
	position: relative;
}
#horizontal_carousel .container
{
	position: absolute;
	top: 6px;
	left: 0;
	width: 140px;
	height: 200px;
	overflow: hidden;
	background: #020202 url(classic/horizontal/home_subtit_suit.gif) no-repeat 12px 166px;
}
#horizontal_carousel .previous_button
{
	position: absolute;
	top: 172px;
	left: 0;
	width: 13px;
	height: 27px;
	background: url(classic/horizontal/left.gif);
	z-index: 100;
	cursor: pointer;
}
#horizontal_carousel .previous_button_disabled
{
	background: url(classic/horizontal/home_flecha_left.gif);
	cursor: default;
}
#horizontal_carousel .next_button
{
	position: absolute;
	top: 172px;
	right: -140px;
	width: 13px;
	height: 27px;
	background: url(classic/horizontal/right.gif);
	z-index: 100;
	cursor: pointer;
}
#horizontal_carousel .next_button_disabled
{
	background: url(classic/horizontal/home_flecha_right.gif);
	cursor: default;
}
#horizontal_carousel UL
{
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
}
#horizontal_carousel UL LI IMG
{
	border: 1px solid #020202;
	display: block;
	background: #E3EDFA;
}
#horizontal_carousel UL LI
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}
#horizontal_carousel UL LI
{
	border: 0px solid #008000;
	color: #E3EDFA;
	margin: 0pt;
	padding: 0;
	width: 140px;
	list-style: none;
	float: left;
	text-align: center;
}

