/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:1000px;
	height:325px;
	background:transparent;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:920px;/*1000*/
  height:325px;
  overflow:auto; /* allow scrollbar */
  position:relative;

}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:900px; /* 980 reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:325px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:36px;
  height:325px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../js/slick_slideshow/slick_img/leftarrow2.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../js/slick_slideshow/slick_img/rightarrow2.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
.slide h2, .slide p {
  margin: 15px 15px 15px 0px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0 15px;
}