/** 
 * Slideshow style rules.
 */
#home-container #slideshow {
	margin:3px 8px;
	width:560px;
	height:263px;
	background:transparent url(../img/ImageSlider/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:284px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:284px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  z-index:1;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../img/ImageSlider/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/ImageSlider/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
/** {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
body {
  background:#393737 url(img/bg_body.jpg) repeat-x top left;
}*/
#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/ImageSlider/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p, .slide h3 {
  margin:15px 0 0 40px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#000000;
  letter-spacing:-1px;
  height:55px;
  padding-left:50px;
  /*text-indent:-999em;*/
}

.slide h3 {
  font:italic 18px Georgia, "Times New Roman", Times, serif;
  color:#000000;
  letter-spacing:-1px;
  font-weight:bold;
  padding-left:50px;
  /*text-indent:-999em;*/
}

.slide .indice{
  font:italic 15px Georgia, "Times New Roman", Times, serif;
  color:#000000;
  letter-spacing:-1px;
  font-weight:bold;
  padding-left:50px;
  /*text-indent:-999em;*/
}

.slide img {
  /*float:right;*/
  margin:-154px 0 0 0;
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}