#slider {
    width: 613px; /* important to be same as image width */
    height: 286px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-left:0px;
}
#sliderContent {
    width: 613px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	z-index:800;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px 15px;
    width: 613px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

	div.quote {
 	margin-left: 25%;
  padding: 10px;
	 background-color: #FFCF31;
  border: 1px solid #00009C;
  width: 450px;
}

div.quote p {
 	font-size: .8em;
	 margin: 0px 0px 0px 0px;
}

div#commentForm {
 	display: none;
 	margin: 0px 20px 20px 20px;
 	font-family: Arial, sans-serif;
 	font-size: .8em;
	background:#cccccc;
	padding:10px;
}

a.commentLink {
 	font-family: Arial, sans-serif;
	 font-size: .9em;
	 color:#ffffff;
}
/* carosello immagini */
label { display: block; } 

.infiniteCarousel {
  width: 555px;
  position: relative;
  height: 130px;
  margin-left:30px;
}

.infiniteCarousel .wrapper {
  width: 475px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {

  
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-left:-20px;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 5px;
  height: 115px;
  width: 155px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -35px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -109px;
}
/* fine carosello immagini */
/* nascondi/mostra div */
div#addDiv {
 	display: none;
 	 width:580px;
	padding-top:15px;
	line-heigth:20px;
}
div#addDiv2 {
 	display: none;
 	 width:580px;
	padding-top:15px;
	line-heigth:20px;
}
/* fine nascondi/mostra div */

