#bd {
	height: 550px;
	background-image: url("/images/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
}



.texto {
	font: 1em/1.3em pill-gothic-300mg,"arial narrow",sans-serif;
	color: #555;
	margin: 1.6em 0.76923077em 1.5384615em 0;
	text-transform: lowercase;
}
.texto .titulo {
	font-size: 1.05em;
	text-transform: uppercase;
	color: #111;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}
.texto .location-date {
	color: #555;
}
.texto .location-date.inline {
	display: inline-block;
	margin-left: 0.5em;
}
.texto .location-date.block {
	display: block;
}



.faded {
	opacity: 0.5;
	cursor: default !important;
}
.pointer {
	cursor: pointer;
}

#ft ul {
	margin: 1.3em 0 1.5384615em 0.38461538em;	
}
ul li {
	list-style: none;
}
ul a {
	color: #333;
	font-family: pill-gothic-300mg,"arial narrow",sans-serif;
	text-decoration: none;
	line-height: 1.9em;
}

ul.carousel-list {
	width: 950px;
	height: 550px;
}


#setas img {
	padding: 5px;
}

#setas #prev-arrow, #setas #next-arrow {
	width: 19px;
	height: 16px;
}


#setas #prev-arrow {
	position: relative;
	top: 1.5em;
	left: 3.9307692em;
	display: block;
}
#setas #next-arrow {
	position: relative;
	bottom: 0.55em;
	left: 6em;
	display: block;
}

