
#slideshow {
	margin:0 auto;
	width:640px;
	height:360px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	color:  #cccccc;
	font-family: "Lucida Grande";
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:360px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:640px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:360px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:360px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.gif) no-repeat 0 0;
}