/************************************Slideshow style rules.***********************************/
 
 
#slideshow {
	margin:0 0 0 2em;
	width:850px;
	height:450px;
	background:transparent url(http://www.americantoursfestival.com/css/inc/img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}


#slideshow #slidesContainer {
  margin:0 auto;
  width:850px;
  height:450px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}


#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:830px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:450px;
}


/*********************************Slideshow controls style rules**********************************/
 
.control {
  display:block;
  width:39px;
  height:283px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:20px;
	bottom:60px;
	cursor:pointer;
	background-color: #000;
}

#leftControl {
  top:0;
  left:-40px;
  background:transparent url(http://www.americantoursfestival.com/inc/img/control_left.gif) no-repeat 0 0;
}

#rightControl {
  top:0;
  right:-40px ;
  background:transparent url(http://www.americantoursfestival.com/inc/img/control_right.gif) no-repeat 0 0;
}