/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	/* background-image: url('../images/bg_home_slideshow.png'); */
	/* background-repeat: no-repeat; */
	width: 655px;
	height: 227px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:605px;
  height:227px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:615px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:227px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:20px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:url('../images/arrow_left.png') no-repeat 0 0;
	margin-top:5px;
	margin-left:3px;
  height: 200px;
}
#rightControl {
  top:0;
  right:0;
  background:url('../images/arrow_right.png') no-repeat 0 0;
	margin-top:5px;margin-right:3px;
  height: 200px;
}