#slideshow {
	margin:0 auto;
	width:980px;
	height:263px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:960px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:940px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

#slideshow #slidesContainer .slide img {
  float: right;
  margin-right: 90px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:294px;
  height:55px;
  text-indent:-10000px;
  position:absolute;
  margin-top: -50px;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../genaw/view_dorchester.gif) no-repeat 0 0;
  z-index:1000;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../genaw/view_weymouth.gif) no-repeat 0 0;
  z-index:1000;
}

/** 
 * Slider 1.
 */

#slideshow1 {
	margin:0 auto;
	width:580px;
	height:400px;
	position:relative;
}
#slideshow1 #slidesContainer1 {
  margin:0 auto;
  width:580px;
  height:400px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow1 #slidesContainer1 .slide1 {
  margin:0 auto;
  width:560px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:400px;
}


/** 
 * Slideshow controls style rules.
 */
.control1 {
  display:block;
  width:294px;
  height:55px;
  text-indent:-10000px;
  position:absolute;
  margin-top: -50px;
  cursor: pointer;
}
#leftControl1 {
  top:0;
  left:0;
  background:transparent url(../genaw/star_dorchester.gif) no-repeat 0 0;
  z-index:1000;
}
#rightControl1 {
  top:0;
  right:0;
  background:transparent url(../genaw/star_weymouth.gif) no-repeat 0 0;
  z-index:1000;
  margin-right: 40px;
}


