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



.texto {
	font-size: 0.92em;
	font-family: "arial narrow";
	color: #555;
	margin: 1.6em 0.76923077em 1.5384615em 0;
	text-transform: lowercase;
}
.texto .titulo {
	text-transform: uppercase;
	color: #000;
	display: block;
}

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


#prev-arrow {
	position: relative;
	top: 2.35em;
	left: 3.9307692em;
	display: block;
}
#next-arrow {
	position: relative;
	top: 1.1em;
	left: 6em;
	display: block;
}

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

ul {
	margin: 1em 0 1.5384615em 0.38461538em;	
}
ul li {
	list-style: none;
}
ul a {
	color: #333;
	font-family: "arial narrow";
	text-decoration: none;
	line-height: 2.1em;
}
ul a:hover {
	color: #000;
}

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

