div#slideShow{
	position:relative;
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	color:#454400;
   width:950px;
   height:380px;
	overflow:hidden;
	font-size: 0px;
	z-index: 80;
}

div#slideShow #nav-next{
	position:absolute;
	top: 25px;
	right: 0px;
	width: 30px;
	height: 140px;
	cursor: pointer;
}

div#slideShow #nav-prev{
	position:absolute;
	top: 25px;
	left: 0px;
	width: 30px;
	height: 140px;
	cursor: pointer;
}

div.nav-button{
  position:absolute;
	top: 20px;
	width: 30px;
	height: 100px;
	
	-moz-border-radius: 12px; 
	-webkit-border-radius: 12px; 
	-khtml-border-radius: 12px; 
	border-radius: 12px;	

   opacity:0.5;
}

div#slideShow #nav-prev div.nav-button{
	background: #000003 url('images/seta_prev.png') no-repeat center;
}
div#slideShow #nav-next div.nav-button{
	background: #000003 url('images/seta_next.png') no-repeat center;
}

div.nav-button:hover{
	opacity:0.75;
}

div#slideShowItems{
	font-family: 'Ubuntu', sans-serif;
	font-weight:normal;
	color:#454400;
   width:940px;
   height:280px;
	overflow:hidden;
   position:absolute;
	top: 0px;
	left: 8px;
}

div#slideShowItems li.elem{
	height: 280px;
	width:940px;
	background: transparent !important;
	display:inline-block;
}

div.elemImg{
	display:inline-block;
	width:392px;
	height:238px;
	background:transparent;
}

div.elemInfo{
	display:inline-block;
	width:480px;
	height:280px;
	background:transparent;
	vertical-align:top;
	padding-left:56px;
	color: #fff;
}

div.elemInfo h2{
   font-family: Museo-700, Helvetica, sans-serif;
	padding: 0px;
}
div.elemInfo h2 a{
	color: #fff;
	text-shadow: #122E4D 1px 3px 1px;
}

div.elemInfo a:hover{
 text-decoration: none;
}

div.elemInfo p{
   font-family: 'Ubuntu', Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	text-shadow: #122E4D 1px 1px 1px;
	padding-bottom: 6px;
	padding-right: 10px;
	line-height: 20px;
}

div.elemInfo p.subtitulo{
   font-family: Museo-300, Helvetica, sans-serif;
	text-shadow: #122E4D 1px 3px 1px;
	padding-bottom: 12px;
}

div#slideShowItems img {
  padding: 14px 4px;
  margin-right:28px;
}

#nav{
  z-index:40;
  position:absolute;
  bottom: 26px;
  right: 64px;
  margin:0px;
  width:560px;
  height:62px;
}

#nav li { 
	width: 50px; 
	float: left; 
	margin: 6px; 
	list-style: none;
}

#nav a { 
	width: 45px; 
	padding: 5px; 
	display: block; 
	border: 1px solid #ccc;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px;		
	
}

#nav li.activeSlide a {
	background: #0091ff;
}

#nav li:focus {
	outline: none;
}

#nav img {
	border: none; 
	display: block;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px; 
	border-radius: 4px;
}

#slideshow{
  position:relative;
  background-color:#ffffff;
  border:10px solid #B4CE3A;
}

#slideshow, #slideshow > li, #slideshow > li > a{
  width:480px !important;
  height:230px !important;
}

#slideshow > li, #slideshow > li > a{
  display:block;
  position: absolute;
}

#slideshow > li > a{
  text-decoration:none;
  overflow:hidden; /* needed for .slideText effect  */
}

#slideshow .slideText{
  height:100px;
  padding-left:4px;
  padding-right:4px; /* padding top/bottom causa diferenças entre browsers.. (!) */
  background-color:#ffffff;
  opacity:0.75;
}

#slideshow .slideText > h3{
  font-size:13px;
  color:#b3b319;
}

#slideshow .slideText > p{
  font-size:13px;
  color: #2e2e2e;
  text-align: justify;
  padding: 0px 6px 0px 6px;
}
