#slideshow {
	margin:0 auto;
	width:100%;
	height:84px;
	position:relative;
	background-color: #E5EBF2;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:210px;
  height:84px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:190px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:84px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:36px;
  height:84px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../../img/left_control.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../../img/right_control.gif) no-repeat 0 0;
}
.slide p {
  margin:5px;
}
.slide img {
  float:right;
  margin:0 2px;
  color:#ccc;
}