@charset "utf-8";
/* CSS Document */


img{ 
 border:0px;
 
 }
 
#slideshow {
	margin:0 auto;
	width:417px;
	height:217px;
	position:relative;

}
#slideshow #slidesContainer {
  margin:0 auto;
  width:329px;
  height:217px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:329px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:217px; 
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:20px;
  height:36px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  margin-top:85px;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/leftArrow.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/rightArrow.png) no-repeat 0 0;
}

.slide p {
  margin:0px;

}

.slide img {
  float:right;
  margin:0;
  border:6px solid #FFF;
}




