/** 
 * Slideshow style rules.
 */

#slideshow {
	margin:0 auto;
	width: 760px; /* 640 */
	height:263px;
	background: #333 url(/img/bg.black.freeman.3b.jpg) no-repeat;
	position:relative;
	text-align: center;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:680px; /*480*/
  height:263px;
  overflow:auto;  /* allow scrollbar */
  position:relative;

}
#slideshow #slidesContainer .slide {

  margin: 0px auto;
  width:660px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;

}

div.slide h2 {
	color:  #999 !important;
	margin-top: 15px;
	font-size: 16pt;
}

/** 
 * 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(/img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/img/control_right.jpg) no-repeat 0 0;
}

