@charset "utf-8";
/* CSS Document */

#slideshow {
	margin:0 auto;
	width:880px;
	height:66px;
	background-position:0 -298px;
	position:relative;
	float:left;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:860px;
  height:66px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:860px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:66px;
}

#slideshowBr{ width:10px; height:66px; display:block; background-position:0 -232px; float:left}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:10px;
  height:66px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background-position:0 -364px;
}
#rightControl {
  top:0;
  right:0;
  background-position:-8px -364px;
}

