<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:540px;
	height:230px;
	background:transparent url(../img/bg_slideshow.jpg) repeat-x 0 0;
	position:relative;
}

#semfoto{
	width:460px;
	margin:40px 10px 0 30px;
}

#semfoto p a, h1 a{text-decoration:none;}
#semfoto h1 a{color:#ff4309; font-size:24px;}
#semfoto h1 a:hover{text-decoration:underline;}
#semfoto p{font-size:14px;}

#slideshow #slidesContainer {
  margin:0 auto;
  width:510px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:440px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

#vinheta, #titulo{width:215px; float:left; margin-left:5px;}
#vinheta p{font-size:11px; }
#titulo h1 a{font-size:20px; margin:10px 5px 3px 5px; color:#ff4309; text-decoration:none;}
#titulo h1 a:hover {text-decoration:underline;}

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

/** 
 * Style rules for Demo page
 */

 
.slide h2{
  margin:15px;
}

.slide p {}

.slide h2 {
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:left;
  
}

#foto{
	width:280px;
	height:210px;
	margin:7px 0 15px 5px;
	background-color:#009;
	float:left;
	border:2px solid #ccc;
}

#foto:hover{border:2px solid #ff4309;}
#foto a{text-decoration:underline;}

#ft_legenda{width:200px; background-color:#eee; float:left; margin-top:10px; padding:3px 5px; border:1px solid #ccc;}
#ft_legenda p, #ft_legenda p a{font-size:10px; color:#000; text-decoration:none;}
#ft_legenda p a:hover{text-decoration:underline;}
