#destBanner
{
	width: 350px;
	height: 120px;
	z-index:5;
	border:none;
	margin-left:10px;
	margin-top:10px;
}

.banner
{
	overflow: hidden;
	position: relative;
}

.banner img
{
	border: 0;
	margin: 0;
}

.banner .slideElement
{
	width: 100%;
	height: 100%;
	background-color:#efeeee;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../img/icone/loading_banner.gif);
}

.banner .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color:#efeeee;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/icone/loading_banner.gif);
}

.banner .slideNav
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 15px;
	color: #000000;
	text-indent: 0;
	overflow: hidden;
}

/*Hack para posicionamento no IE 6*/
* html .banner .slideNav
{
	bottom: -1px;
}

.banner .slideNav p
{
	padding: 0;
	text-align: right;
	font-size: 9px;
	margin: 2px 5px;
	color: #000000;

}

.banner a
{
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	cursor:pointer;
}

.banner a:link, .banner a:visited {color: #000000;}

.banner a:hover
{
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}


.banner a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}