body {
  	overflow: hidden !important;
  }

/** 
 * Slideshow style rules.
 */
#slideshow {
  height:300px;
  position:relative;
  top:6px;
  width:500px;
  border: 1px solid #808080;
  margin-bottom: 100px;
}

#slideshow #slidesContainer {
  width:500px;
  height:350px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  width:500px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:300px;
}

#slideshow p {
  color:#808080;
  font-family:Georgia,serif;
  font-size:1.2em;
  position:relative;
  line-height:120%; 
  top:6px;
}
#slideshow p a {
  color:#808080;
  font-family:Georgia, serif;
  text-decoration: underline;
  }
  #slideshow p a:hover {
  color: #862d2d;
  }
#slideshow #ssshadow {
  width:530px;
  height:325px;
  background: transparent url(../images/shadow.png) no-repeat 0 0;
  position:relative;
  top: -350px;
  z-index: -1000;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  background: #333;
  position:absolute;
  cursor: pointer;
}
#rightControl {
  width: 40px;
  height: 10px;
  top:350px;
/*   left:-7px; */
  background:transparent url(../images/next.png) no-repeat top center;
}
#rightControl:hover {
  background:transparent url(../images/next.png) no-repeat bottom center;
}

#leftControl {
  width: 40px;
  height: 10px;
  top:370px;
/*   left:-7px; */
  background:transparent url(../images/back.png) no-repeat top center;
}
#leftControl:hover {
  background:transparent url(../images/back.png) no-repeat bottom center;
}