#lancamentos {
	height: 215px;
}

#lancamentos div.interna {
	padding-left: 10px;
}

#fita-lancamentos {
	position: relative;
	width: 100%;
/*
	text-align: center;
*/
}

#lancamentos div.seta {
	position: absolute;
	top: 0;
	width: 10px;
	height: 182px;
	font-size: 2px;
	cursor: pointer;
}

#lancamentos div.seta.esquerda {
	left: 0;
	background-image: url(../img/seta-esquerda.png);
}

#lancamentos div.seta.direita {
	right: 0;
	background-image: url(../img/seta-direita.png);
}

#fita-lancamentos {
	width: 100%;
/*
	text-align: center;
*/
}

/*
#fita-lancamentos td {
	vertical-align: top;
}
*/

#fita-lancamentos div.externa {
	position: relative;
	width: 816px;
	height: 182px;
	margin: 0 auto;
	overflow: hidden;
}

#lista-lancamentos {
	width: 980px;
	height: 182px;
}

#lancamentos div.wrap {
	float: left;
	width: 136px;
	height: 182px;
}

#lancamentos div.quadro {
	float: right;
	width: 136px;
	height: 178px;
	padding-top: 4px;
	text-align: center;
	background-position: center top;
}

#lancamentos div.sel {
	background-image: url(../img/lancamento-bg.png);
}

/*
#lancamentos div.lancamento {
	margin: 0 auto;
	text-align: center;
}
*/

#lancamentos div.quadro img {
	width: 114px;
	height: 150px;
	cursor: pointer;
}

#lancamento-detalhes {
	display: none;
	position: absolute;
	top: 0;
	left: 410px;
	width: 284px;
	height: 151px;
	padding: 2px 10px 5px 22px;
	background-image: url(../img/detalhes-bg.png);
	text-align: left;
	font-size: 12px;
	color: #666;
}

#lancamento-detalhes div.fechar {
	height: 13px;
	text-align: right;
}

#lancamento-detalhes button {
	display: inline-block;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	border: 0;
	background-image: url(../img/x.png);
	background-color: transparent;
	font-size: 8px;
	cursor: pointer;
}

#lancamento-detalhes div {
	background-color: #e3e3e3;
}

/*
#lancamento-detalhes div.vejamais {
	position: absolute;
	bottom: 6px;
}
*/

#lancamento-titulo {
	margin: 0 0 4px 0;
	height: 32px;
	overflow: hidden;
}

#lancamento-detalhes div.descr {
	height: 116px;
	overflow: hidden;
}

#lancamento-texto {
	margin: 0;
	height: 78px;
	overflow: hidden;
}

#lancamento-detalhes a {
	display: inline-block;
	width: 140px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../img/saibamais-bg.png);
	text-align: center;
	text-decoration: none;
	font-size: 9px;
	color: white;
}

