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

/** 
 * Slideshow controls style rules.
 */
.control {
  padding-left:16px;
  width:39px;
  height:40px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  margin-top:113px;
  top:0;
  left:0;
  background:transparent url(img/left.jpg) no-repeat 0 0;
}
#rightControl {
  
  margin-top:113px;
  top:0;
  right:0;
  background:transparent url(img/right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
#slideshow {
  margin:0;
  padding:0;
  font:normal 13px Arial;
  color:#FFF;
}
#slideshow a {
  font:normal 11px Arial;
  color: #fff;
}
#slideshow a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}

.slide h2, .slide p {
  margin:15px;
  text-align:left;
}
.slide h2 {
  font:italic 24px Consolas, "Times New ", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}


-->
