/** 
 * Slideshow style rules.
 */
/*#slideshow {
	margin:0 auto;
	width:256px;	
	height:280px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:176px;
  height:280px;
  overflow:auto; /* allow scrollbar */
/*  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:275px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
/*  height:240px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:190px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.png) center center no-repeat ;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.png) center center no-repeat ;
}

/** 
 * Style rules for Demo page
 */

.gallery{ float:left; width:100%; padding-top:30px; }
/*.img-gallery{ float:left; width:155px; height:130px; background-position:-1px -93px; padding:8px 5px 0 7px;}
.txt-gallery{ float:left; width:168px; }
.slide h2 {
  font:16px Georgia, "Times New Roman", Times, serif;
  text-decoration:underline;
  color:#6c6c6c;
  letter-spacing:-1px;
  margin-top:30px;
}*/