/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 534px;
  height: 194px;
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 21px;  
  width: 495px;
  height: 192px;
  overflow:hidden;   
  background: #FFFFFF;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#CCCCCC;
	border-top-width:1px;
	border-top-style:dashed;
	border-top-color:#CCCCCC;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 20px;
  height: 194px;
  background: url(classic/horizontal/left.gif);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(classic/horizontal/left-disabled.gif);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 1px;
  width: 20px;
  height: 194px;
  background: url(classic/horizontal/right.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/right-disabled.gif);
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 194px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:11px;
}                               

#horizontal_carousel ul li {
  border:0px solid green;
  color:#000000;
  margin-top:10px;
  margin-bottom:10px;
  padding:0px 5px 0px;
  width:152px;
  height:174px;
  list-style:none;   
  float:left;
	border-right-width:1px;
	border-right-style:dashed;
	border-right-color:#CCCCCC;
}

#agvetrina{
	height:100px;
	margin-bottom:5px;
	}
	
#anvetrina{
	text-align:center;
	height:69px;
	margin-bottom:10px;
	}
	
		#titoloannunciovetrina {
			height:35px;
			text-align:center;
			background-image:url(img/fondo-menu.gif);
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			}

