.slideshow{
	width: 780px;
	height: 300px;
	margin: 0px;
	padding:0px;
	z-index:2;
}

.slideshow img{
	padding: 0;
	height:300px;
	margin:10px;
	width:780px;
}

.slideshow li{
	list-style: none;
	position: relative;
}

.legenda .titulo{
	color:#B2CD4A;
	font-size:24px;
	font-weight:100;
	text-transform:uppercase;
}

.legenda{
	text-decoration:none;
	margin-left:30px;
	background:#FFF;
	padding:15px;
	position:absolute;
	color:#919191;
	top:100px;
	font-size:11px;
	font-weight: 100;
	line-height:150%;
	width:240px;
	display: block;
}

.esquerda{
	left:30px!important;
}
.direita{
	right:30px!important;
	left:auto!important;
}

.leiamais{
	color:#B2CD4A;
}

.bullets{
	position:absolute;
	z-index:3;
	bottom: 90px;
	right: 40px;
}

.bullets a{
	background:#FFF;
	border:#B2CD4A 1px solid;
	border-radius:6px;
	height:10px;
	list-style-type:none;
	float:left;
	margin:3px;
	width:10px;
	text-indent: -99999999px;
}

.bullets a:hover, .bullets a:focus{
	background:#999;
}
.bullets a.activeSlide { background:#999 }
#nav a:focus { outline: none; }