body {
	margin: 0px;
	background:url(images/fundo.jpg) top left repeat-x #000000;
}
.rodape {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
.texto_capa, .texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:justify;
}
.texto a {
	color:#FFFFFF;
	text-decoration:none;
}
.texto a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.lavaLampWithImage {
	position: relative;
	width:100%;
	overflow: hidden;
	padding:0px;
	margin:0px 0px 0px 50px
}
.lavaLampWithImage li {
	float: left;
	list-style: none;
}
.lavaLampWithImage li.back {
	background: url("images/fundo_botao.gif") no-repeat right -33px;
	width: 9px;
	height: 33px;
	z-index:1;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url("images/fundo_botao.gif") no-repeat top left;
	height: 33px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;;
	top:10px;
	z-index:10;
	display: block;
	float: left;
	height: 33px;
	position: relative;
	margin-left:10px;
	margin-right:10px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}
.inputbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	background:#000000;
	border: 3px #333333 double;
	width:98%;
}
.inputbox:hover {
	border: 3px #666666 double;
}
.inputbox:focus {
	border: 3px #666666 double;
	background-color:#333333;
}
.botao {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:2px 6px 2px 6px;
	border: 3px #333333 double;
	background:#000000;
	color:#FFFFFF;
}
.botao:hover {
	border: 3px #666666 double;
	background-color:#333333;
}
/*Coleções*/
#diapo {
	position:relative;
	width: 650px;
	height: 550px;;
	overflow: hidden;
}
#slider {
	position: absolute;
	width: 100%;
	height: 80%;
}
#slider img {
	border: none;
	position:absolute;
	visibility: hidden;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
#button {
	position: absolute;
	overflow: hidden;
}
#legend {
	visibility:hidden;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #111;
}
#button span {
	position:absolute;
	height:100%;
}
#button span:hover {
	background:#FFF;
}
.loaded {
	background: #666;
	cursor: pointer;
}
.selected {
	background: #FFF;
}
#title {
	float: left;
	margin-left: 0.5em;
	color: #fff;
}
#txt {
	float: left;
	margin-left: 1em;
	color: #aaa;
}