/* Horizontal Carousel */
#horizontal_carousel {
  float: left;
  width: 990px;
  height: 132px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 832px;
  height: 132px;
  position: relative;    
  overflow: hidden;
 
}

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

#horizontal_carousel ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:208px;
	height:130px;
  	list-style:none;
	font:11px Verdana, Arial, Helvetica, sans-serif; 
	color:#5A5A5A;  
  	float:left;
	cursor: pointer;
}

#horizontal_carousel ul li img {
    border:none;
}

#horizontal_carousel ul a {
    font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#5A5A5A;  
}

#horizontal_carousel .liselec {
	background-color:#AEB0B4;
	cursor:auto;
	color:#C8101D;
}

#fotoli {
	margin:4px 0 0 2px;
	border:1px solid #CBC3BC;
	width:200px;
	height:120px;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 42px;
  height: 130px;
  background: url(../../img/web/despl_esq.gif);
  z-index: 10;
  cursor: pointer;
}


/*#horizontal_carousel .previous_button_over {
  background: url(../images/despl_esq_over.gif);
}*/

#horizontal_carousel .previous_button_disabled {
  background: url(../../img/web/despl_esq_over.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 42px;
  height: 130px;
  background: url(../../img/web/despl_dreta.gif);
  z-index: 100;
  cursor: pointer;
}


/*#horizontal_carousel .next_button_over {
  background: url(../images/right_over.png);
}*/

#horizontal_carousel .next_button_disabled {
  background: url(../../img/web/despl_dreta_over.gif);
  cursor: default;
}


#infoli {
	padding:3px 0 0 5px;
	width:100px;
	height:36px;
	float:left;
}

#preuli {
	padding:3px 0 0 1px;
	width:90px;
	height:36px;
	float:left;
	text-align:right;
	
}

#infoli p,#preuli p{
margin:0 0 0 0;
padding:0 0 0 0;
line-height:12px;

}






