/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background:transparent url(../images/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	z-index:1;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* 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:0;
  left:0;
  background:transparent url(../images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
#slideshow p{
  font:normal 16px Verdana, Geneva, sans-serif;
  color:#ccc;
}

#slideshow a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
#slideshow a:hover {
  text-decoration:underline;
}


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

#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  text-indent: -10000px;
}
.slide h1, .slide p {
  margin:15px;
}
.slide h1 {
  font: bold italic 24px Georgia, "Times New Roman", Times, serif;
  color:#fee;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}
