@charset "utf-8";
/* CSS Document */


/* 
 * Slideshow style rules.
 */
 
#slideshow {
	margin:0 auto;
	width:352px;
	height:289px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:304px;
  height:289px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:284px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:289px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:24px;
  height:289px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:0;
	left:0;
	background:transparent url(../images/slide_control_left.jpg) no-repeat 0 0;
}
#rightControl {
	top:0;
	right:0;
	background:transparent url(../images/slide_control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for page
 */


.slide img {
	margin-top:6px;
	border: 0px;
}

