#bottomUPPromocao
{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 125px;
	cursor: pointer;
	background-image: url(../img/seta_up.gif);
}

#bottomDOWPromocao
{
	float: left;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	cursor: pointer;
	background-image: url(../img/seta_down.gif);
}

/*=======================================================================(   REGULAMENTO   )*/

#caixaRolanteRegulamento
{
	overflow: hidden;
	display: block;
	float: left;
	width: 380px;
	height: 300px;
	margin-top: 7px;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 10px;
	background-color: #000;
}

#btVoltar a
{
	font-family: Verdana;
	font-size: 11px;
	line-height: normal;
	color: #cc9900;
	text-decoration: none;
}

