/* Horizontal Carousel */
#horizontal_carousel {
	float: left;
  width: 605px;
  height: 115px;
  margin-bottom: 10px;
  margin-left: 7px;

  position: relative;
  /*
  background: url(../img/bg_carousel_palloncini.gif);
  background-repeat: no-repeat;
  background-position:left center;*/
}

#horizontal_carousel .container {
  float: left;
  width: 540px;
  height: 115px;
  position: relative;    
  overflow: hidden;
}


#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 10000px;
  position: relative;
  top: 0;
  left: 0;
  height: 115px;
} 
                     


#horizontal_carousel ul li {
  width: 90px;
  height: 113px;
  text-align: center; 
  list-style-type:none;   
  float:left;
  font-size: 10px;
}


#horizontal_carousel ul li a {
  width: 80px;
  height: 62px;
  border: 0px solid #cccccc;
  display:block;
  margin: 0px auto;
}

#horizontal_carousel ul li a:hover {
	
	opacity: 0.5;
}

#horizontal_carousel ul li img {

	border: 1px solid #cccccc;
}

#horizontal_carousel ul li a span {
	
		background-color: none;
		padding: 4px;
		color:#333333;
		font-weight:bold;
		font-size: 10px;
		margin-top: 100px;

	}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 115px;
  border:0px solid #000000;  
  background: url(../img/left.gif);
  background-repeat: no-repeat;
  background-position:top center;
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../img/left-over.gif);
    background-repeat: no-repeat;
  background-position:top center;
}

#horizontal_carousel .previous_button_disabled {
  background: url(../img/left-disabled.gif);
    background-repeat: no-repeat;
  background-position:top center;
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 115px;
  background: url(../img/right.gif);
  background-repeat: no-repeat;
  background-position:top center;  
  z-index: 100;
  cursor: pointer;
  border:0px solid #000000;
}

#horizontal_carousel .next_button_over {
  background: url(../img/right-over.gif);
    background-repeat: no-repeat;
  background-position:top center;
}

#horizontal_carousel .next_button_disabled {
  background: url(../img/right-disabled.gif);
    background-repeat: no-repeat;
  background-position:top center;
  cursor: default;

} 

#slidemenu {
	
	border-bottom: 1px dashed #C9C9C9;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}


#slidemenu a{

display: block;
float: left;
margin-right: 15px;

}

#slidemenu a.slidepage {

	font-size: 11px;
	line-height: 16px;

}

#slidemenu a.slidepagesel {

	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
}

.clear {

clear:both;

}