/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:850px;
	height:263px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
        -moz-border-radius:2px;
	-webkit-border-radius:2px;
	/*background-color:#f5f5f5;
	border:1px solid #e0e0e0;*/
	

}
#slideshow #slidesContainer {
  margin:0 auto;
  width:780px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:760px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:35px;
  height:71px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:101px;
	left:0px;
	background:transparent url(../images/arrow.png) no-repeat 0 0;
}
#rightControl {
	top:101px;
	right:0;
	background:transparent url(../images/arrow.png) no-repeat -35px 0;
}

