<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
    margin:0 auto;
    width:570px;
    height:197px;
    background:transparent url(/img/bg_slideshow.jpg) no-repeat 0 0;
    position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:490px;
  height:197px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:470px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:197px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:183px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:50%;
  left:0;
  background:transparent url(/img/slides/left_arrow.png) no-repeat 0 0;
}
#rightControl {
  top:50%;
  right:0;
  background:transparent url(/img/slides/right_arrow.png) no-repeat 0 0;
}

div.slide a img {
    border: none;
    width: 150px;
    padding: 0 5px;
}