#banner * {
	margin:0;
	padding:0;
	border:0;
}
#banner a {
	text-decoration:none;
}
#banner {
	position:relative;
	margin:auto;
	width:980px;
	height:200px;
	overflow:hidden;
	z-index:5;
	background-color:#194C2B;
}
#banner .balls {
	position:absolute;
	z-index:10;
	clear:both;
	bottom:0;
	right:0;
	margin:0 10px 10px 0;
}
#banner .balls a {
	display:block;
	float:left;
	background:url(../images/balls.png) no-repeat;
	width:10px;
	height:10px;
	margin:0 4px;
}
#banner .balls a.selected {
	background:url(../images/balls.png) no-repeat left bottom;
}
#banner > a.seta {
	position:absolute;
	width:18px;
	height:32px;
	z-index:10;
}
#banner > a.left {
	background:url(../images/setaEsqh.gif) no-repeat;
	left:10px;
	top:94px;
}
#banner > a.right {
	background:url(../images/setaDirh.gif) no-repeat;
	right:10px;
	top:94px;
}
#banner .scroller {
	width:999999px;
	clear:both;
	position:relative;
	z-index:2;
}
#banner .slice {
	float:left;
	width:980px;
	height:200px;
}
#banner .slice img {
	width:980px;
	height:200px;
}
