/* Horizontal Carousel */
#horizontal_carousel {
float: left;
  width: 316px;
  height: 200px;
  position: relative;
  border: 0px solid red;
  /*background: url(../images/bg_carousel.gif);
  background-repeat: no-repeat;
  background-position:left center;*/
}

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

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

#horizontal_carousel ul li {
  width: 256px;
  height: 200px;
  line-height: 200px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center; 
  border: 0px solid #000000;
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 29px;
  height: 200px;
  border:0px solid #000000;  
  background: url(/images/frecciaon_prev.gif);
  background-repeat: no-repeat;
  background-position:center center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(/images/frecciaoff_prev.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel .previous_button_disabled {
  background: url(/images/frecciaoff_prev.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 29px;
  height: 200px;
  background: url(/images/frecciaon_next.gif);
  background-repeat: no-repeat;
  background-position:center center;  
  z-index: 100;
  cursor: pointer;
  border:0px solid #000000;
}

#horizontal_carousel .next_button_over {
  background: url(/images/frecciaoff_next.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#horizontal_carousel .next_button_disabled {
  background: url(/images/frecciaoff_next.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;

}







/* Horizontal Carousel per la cena */

#cenaitem_carousel #navbar_carousel {

	text-align: right;
	padding: 5px;
	margin-top: 10px;
	background-color: #9A9A9A;
	margin-bottom: 10px;
	
}

#cenaitem_carousel #navbar_carousel a {

	display: block;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: right;
	font-size: 10px;
	color: #fff;

}


#cenaitem_carousel {
float: left;
  width: 770px;
  height: 250px;
  position: relative;
  border: 0px solid red;
  margin: 0px auto;
  /*background: url(../images/bg_carousel.gif);
  background-repeat: no-repeat;
  background-position:left center;*/
}

#cenaitem_carousel .container {
  float: left;
  width: 712px;
  height: 240px;
  position: relative;    
  overflow: hidden;
}

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

#cenaitem_carousel ul li {
  width: 712px;
  height: 200px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left; 
  border: 0px solid #000000;
  list-style:none;   
  float:left;
}

#cenaitem_carousel .previous_button {
  float:left;  
  width: 29px;
  height: 200px;
  border:0px solid #000000;  
  background: url(/images/frecciaon_prev.gif);
  background-repeat: no-repeat;
  background-position:center center;
  z-index: 100;
  cursor: pointer;
}

#cenaitem_carousel .previous_button_over {
  background: url(/images/frecciaoff_prev.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#cenaitem_carousel .previous_button_disabled {
  background: url(/images/frecciaoff_prev.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;
}

#cenaitem_carousel .next_button {
  float:left;  
  width: 29px;
  height: 200px;
  background: url(/images/frecciaon_next.gif);
  background-repeat: no-repeat;
  background-position:center center;  
  z-index: 100;
  cursor: pointer;
  border:0px solid #000000;
}

#cenaitem_carousel .next_button_over {
  background: url(/images/frecciaoff_next.gif);
    background-repeat: no-repeat;
  background-position:center center;
}

#cenaitem_carousel .next_button_disabled {
  background: url(/images/frecciaoff_next.gif);
    background-repeat: no-repeat;
  background-position:center center;
  cursor: default;

}