/** 
 * Slideshow style rules.
 */
#slideshow {
	margin-left:0px;
	width:945px;
	height:189px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:860px;
  height:189px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:840px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:189px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:23px;
  height:180px;
  margin-top:60px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.gif) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
.slide  {
  color:#686865;
  line-height:24px;
}
.slide h3 {
  font-size:16px;
  margin-top:15px;
  margin-right:15px;
  margin-bottom:15px;
  color:#686865;
}
.slide img {
  float:right;
  margin:0 15px;
}
