/* Horizontal Carousel */
#horizontal_carousel {
	float:left;
	width: 955px;
	height: 150px;
	position: relative;
	background-image: url(../programas_barra.png);
	background-repeat: no-repeat;
	background-position: center center;
}         

#horizontal_carousel .container {
	position: absolute;
	top: 5px;
	left: 37px;
	width: 900px;
	height: 150px;
	overflow:hidden;
}            

#horizontal_carousel .previous_button {
	position: absolute;
	width: 34px;
	height: 106px;
	z-index: 100;
	cursor:pointer;
	margin-top: 19px;
	top: 5px;
	background-image: url(classic/horizontal/left.png);
	background-repeat: no-repeat;
	background-position: center center;
}        

#horizontal_carousel .previous_button_disabled {
	cursor:default;
	background-image: url(classic/horizontal/left-disabled.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#horizontal_carousel .next_button {
	position: absolute;
	top: 5px;
	width: 34px;
	height: 106px;
	z-index: 100;
	cursor:pointer;
	margin-top: 19px;
	background-image: url(classic/horizontal/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 0px;
}   

#horizontal_carousel .next_button_disabled {
	cursor:default;
	background-image: url(classic/horizontal/right-disabled.png);
	background-repeat: no-repeat;
	background-position: center center;
}

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

#horizontal_carousel ul li img {
	display:block;
}                               

#horizontal_carousel ul li {
	margin:0pt;
	width:145px;
	list-style:none;
	float:left;
	padding-top: 24px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}

