/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	margin: 0;
	padding: 0;
}
.accessible_news_slider li p {
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.candy_coated  {
float:left;
width:676px;
margin-left:15px;
margin-top:20px;
}
.candy_coated a {
}
.candy_coated .back {
float:left;
height:80px;
padding-top:40px;
background:url(../imagens/fundo_seta.gif) repeat-x;
width: 32px;
}
.candy_coated .next {
	float:right;
	width: 32px;
height:80px;
padding-top:40px;
background:url(../imagens/fundo_seta.gif) repeat-x;
}
.candy_coated .next a {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../imagens/seta_depois.gif) no-repeat;
}
.candy_coated .back a {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(../imagens/seta_antes.gif) no-repeat;
}
.candy_coated .view_all {
display:none;
}
.candy_coated ul {
float:left;
width:100%;
background:url(../imagens/fim_empreend.gif) no-repeat bottom center;
padding-bottom:30px;
}
.candy_coated li {
float:left;
text-align:center;
}
.candy_coated li img {
	border:5px solid #fff;
}

.candy_coated li span{
float:left;
width:169px;
text-align:center;
clear:left;
}

.candy_coated li span.edificio{
font-size:14px;
margin-top:5px;
font-weight:bold;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Business as Usual ]
-----------------------------------------------------------------------------------------*/

.business_as_usual  {
	width: 720px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 32px 0;
}
.business_as_usual a {
	color: #363636;
}
.business_as_usual .back {
	width: 360px;
	height: 23px;
	left: 0;
	background: url(images/themes/business_as_usual/back_bg.gif) no-repeat top right;
}
.business_as_usual .back a {
	position: absolute;
	top: 0;
	right: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	background: url(images/themes/business_as_usual/back.gif) no-repeat top right;
}
.business_as_usual .next {
	width: 361px;
	height: 23px;
	right: 0;
	background: url(images/themes/business_as_usual/next_bg.gif) no-repeat top left;
}
.business_as_usual .next a {
	position: absolute;
	top: 0;
	left: 130px;
	width: 150px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	background: url(images/themes/business_as_usual/next.gif) no-repeat top left;
}
.business_as_usual .view_all {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 0 0;
	padding: 8px;
	background: url(images/themes/business_as_usual/view_all_bg.gif) repeat-x bottom left;
	text-align: center;
}
.business_as_usual li {
	padding: 15px 0;
	overflow: hidden;
	width: 240px;
}
.business_as_usual li img {
	float: left;
	display: inline;
}
.business_as_usual li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}