#slideshow {
	margin:0 auto;
	width:640px;
	height:400px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:400px;
  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:400px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:300px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  margin-top:152px;
  left:0;
  background:transparent url(../images/control_left.jpg) no-repeat 0 10px;
  height:35px;
  
}
#rightControl {
  margin-top:-240px;
  right:0;
  background:transparent url(../images/control_right.jpg) no-repeat ;
  height:30px;
}

/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer galtitle {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}

.slide .galtitle {
  font:20px Verdana, Arial, Helvetica, sans-serif;
  color:#ccc;
  letter-spacing:-1px;
  text-align:center;
}
.slide img {
  float:center;
  margin:0 87px;
}


