@charset "utf-8";
.banner {
	position: fixed;
	width: 100%;
	z-index: 5;
	height: 100%;
	left: 0px;
	top: 0px;
}

#tmpSlideshow {
	height: 475px;
	position: relative;
}
.tmpSlide {
	position: absolute;
	top: 0;
	display: inline;
	float: left;
}
.tmpSlide img {
	position: fixed;
	left: 0px;
	top: 0px;
	height: auto;
	width: 100%;
}
#tmpSlideshowControls {
	z-index:1;
	height: 30px;
	text-align: center;
	position: fixed;
	width: auto;
	top: 50%;
	right: 20px;
	margin-top: -40px;
}
.tmpSlideshowControl {
	text-shadow: 1px 1px 1px #ddd;
	text-decoration:none;
	display:block;
	cursor: pointer;
	height: 20px;
	text-align: center;
	background: #eee;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	width: 20px;
	float: left;
	margin-left: 5px;
	border: 2px solid #CCC;
	vertical-align: middle;
	font: 14px/20px bold;
	color: #666;
}
}
.tmpSlideshowControl span {
	z-index:5000;
	float: right;
	position: relative;
	margin: 10px;
}
.tmpSlideshowControlOn {
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #999999 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#999999)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#999999 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#999999 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cccccc 0%,#999999 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	border-color: #333;
	color: #333333;
}
.tmpSlideshowControlActive {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #999999 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #999999 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #999999 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #999999 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #999999 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	color: #333333;
	border-color: #999;
}
.legenda_banner {
	z-index: 1;
	text-decoration: none;
	text-align: right;
	top: 50%;
	position: fixed;
	color: #FFF;
	right: 0px;
	border-radius: 10px 0px 0px 10px;
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.legenda_banner:before {
	text-decoration: none;
	position: absolute;
	text-shadow: 2px 2px 2px #000;
	background: #FFF;
	height: 100%;
	width: 100%;
	content: close-quote;
	top: 0px;
	right: 0px;
	padding: 20px;
	opacity: 0.5;
	margin: -20px;
	z-index: -1;
}

.legenda_banner .titulo{
	font: 42px bold;
	text-transform: uppercase;
	margin: 0px;
	z-index: 1;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
.legenda_banner .corpo {
	font: 20px semibold;
	margin: 0px;
	width: 100%;
	float: right;
	z-index: 2;
	color: #000;
}
