#slideshow {
	margin:0 auto;
	width:682px;
	height:430px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:682px;
  height:430px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:662px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:430px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:55px;
  height:125px;
  text-indent:-10000px;
  position:absolute;
  margin-top:150px;
  cursor:pointer;
}

#leftControl {
  top:0;
  left:-80px;
  background:url(../images/slide_nextprev.gif) 0 0 no-repeat;
}
#leftControl:hover{ 
	background:url(../images/slide_nextprev.gif) -55px 0 no-repeat;	
}

#rightControl {
  top:0;
  left:705px;
   background:url(../images/slide_nextprev.gif) -165px 0 no-repeat;	
}
#rightControl:hover{ 
	background:url(../images/slide_nextprev.gif) -110px 0 no-repeat;	
}


/** 
 * Style rules for Demo page
 */

.slide h2, .slide p {

}
.slide h2 {

}
.slide img {

}
