@charset "utf-8";
/* CSS Document */

#slideshow {
	width:225px;
	height:230px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	right: 0;
	margin-right: 15px;
	float:right;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:190px;
  height:223px;
  overflow: hidden; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:190px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:223px;
}

.slide a img{
	border: 0;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  margin-top: 100px;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../imagens/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../imagens/control_right.jpg) no-repeat 0 0;
  margin-right: -25px;
}