<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:900px;
	height:220px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:800px;
  height:220px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  color:white;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:800px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:220px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:220px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {		
  top:80px;
  width:28px;
  height:50px;
  background-image:url(../img/left.png);
}
#rightControl {
  top:80px;
  right:0;
  height:50px;
  width:28px;
  background:transparent url(../img/right.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
#pageContainer {
  margin:0 auto;
  width:900px;
}
#pageContainer h1 {
  display:block;
  width:900px;
  height:114px;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
-->
