/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:256px;	
	height:280px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:176px;
  height:350px;
  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
 */

.gallery2{ float:left; width:168px; padding-top:30px; height:275px; }
.img-gallery2{ float:left; width:155px; height:130px; background-position:-1px -93px; padding:8px 5px 0 7px;}
.txt-gallery2{ float:left; width:168px; }

.txt-gallery2 p a{
	background:url("images/ico-seta2.gif") no-repeat scroll right center transparent;
	color:#9B3135;
	/*line-height:18px;*/
	padding-right:20px;
	}
.slide h2 {
  font:16px Georgia, "Times New Roman", Times, serif;
  text-decoration:underline;
  color:#6c6c6c;
  letter-spacing:-1px;
  margin-top:30px;
}