#banner{
	width: 100%;
	height: 470px;
	padding: 30px 0 0 0;
	background-image: url(../img/fundo_01.jpg);
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
}
.coin-slider { 
	width: 1000px;
	height: 438px;
	margin: 0 auto;
	overflow: hidden;
}
.cs-buttons { 
	font-size: 0px;  
	float: left;
	margin-top: -20px;
	z-index: 999;
}
.cs-buttons a { 
	margin-left: 7px; 
	height: 7px; 
	width: 7px; 
	float: left; 
	border: 1px solid #fff; color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.cs-active { 
	background-color: #fff; 
}
#borda_banner{
	margin: 0 auto;
	width: 1000px;
	height: 38px;
	z-index: 998;
	position: relative;
	top: -35px;
	background-image: url(../img/base_banner.png);
	background-repeat: no-repeat;
}
#shadow_banner{
	margin: 0 auto;
	width: 1000px;
	height: 25px;
	position: relative;
	top: -40px;
	background-image: url(../img/slideshow_shadow.png);
	z-index: 999;
}
#top_banner{
	margin: 0 auto;
	width: 1000px;
	height: 5px;
	position: relative;
	z-index: 999;
	background-color: red;
	background-image: url(../img/top_banner.png);
}

#top_banner title{
	font-size: 16px;
	color: #000;
	position: relative;
	z-index: 999;
}