<!--
/** 
 * Slideshow style rules.
 */
 
 
 .slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  font-weight:
  letter-spacing:-1px;
}

#slideshow {
	margin:0 auto;
	width:500px;
	height:253px;
	background:transparent url(../development/img/bg_slideshow.png) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
float:right;
 
  width:480px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:480px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:100px;
  left:-5px;
  background:transparent url(../development/img/left.png) no-repeat 0 0;
}
#rightControl {
  top:100px;
  right:80px;
  background:transparent url(../development/img/right.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
.timeline_txt {
  margin:0;
  padding:0;
  font:normal 11px arial, Geneva, sans-serif;
  
  color:#ffffff;
}


#pageContainer {
 
  width:480px;
}


 h2 {
  font:italic 16px Georgia, "Times New Roman", Times, serif;
  color:#d4eaf8;
  letter-spacing:-1px;
}
.slide img {
float:right;


margin:20px 207px 0px 0px;
 

}

