/** 
 * Slideshow style rules.
 */
#slideshow {
	/*margin:0 auto;
	width:640px;*/
	width:614px;
	height:400px;
	background:transparent url(../immagini/bg_slideshow.jpg) repeat-y 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:400px;
  overflow:auto; /* allow scrollbar */
  position:relative;
    font:normal 11px Verdana, Geneva, sans-serif;
  color:#e8e8e8;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:400px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:400px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:65px;
  left:0;
  background:transparent url(../immagini/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:65px;
  right:0;
  background:transparent url(../immagini/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#f8f8f8;
  letter-spacing:-1px;
}
.slide h3 {
  font:italic 20px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
