/* CSS Document */

#slide{
	width:191px;
	height:350px;
	float:left;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:5px;
	border:1px solid #f8981d;
}

#preview{
	font-size:10px;
	width:381px;
	height:368px;
	float:left;
	margin-bottom:20px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	border:1px solid #f8981d;
	overflow:auto;
	background-image:url(../imagens/preview_ff.gif);
	background-repeat:no-repeat;
	line-height:20px;
}

#menu_teste{
	width:191px;
	float:left;
	margin-bottom:30px;
	margin-top:20px;
	margin-right:5px;
	border:1px solid #f8981d;
	text-align:left;
	z-index:3;
	background-color:#ffdfb1;
}

.seta_cima{
	height:15px;
	cursor:pointer;
	background-color:#ffdfb1;
	border-bottom:solid 1px #f8981d;
}

.seta_baixo{
	height:15px;
	cursor:pointer;
	background-color:#ffdfb1;
	border-top:solid 1px #f8981d;
}

.seta_cima2{
	height:15px;
	cursor:pointer;
	background-color:#f8981d;
	border-bottom:solid 1px #ffdfb1;
}

.seta_baixo2{
	height:15px;
	cursor:pointer;
	background-color:#f8981d;
	border-top:solid 1px #ffdfb1;
}

#imagens{
	height:318px;
	overflow:hidden;
	position:relative;
}

#imagens div{
	position:relative;
}

#carregando{
	background-image:url(../imagens/carregando.gif);
	background-repeat:no-repeat;
	width:357px;
	height:345px;
	position:absolute;
	top:20px;
	left:217px;
	background-color:#FFFFFF;
	border: 1px solid #F8981D;
	display:none;
}

#descricao{
 	border-top:1px solid #f8981d;
}

#preview img{
	margin:20px;
 	border:2px solid #000;
}

.imagem_gall{
	width:179px;
	height:59px;
	border:1px solid #ff9900;
	margin: 2px;
	cursor:pointer;
	background-color:#ffdfb1;
}

.imagem_gall_hover{
	width:179px;
	height:59px;
	border:1px solid #ffdfb1;
	margin: 2px;
	background-color:#f8981d;
	cursor:pointer;
}

.imagem_gall img{
	float:right;
	width:39px;
	height:39px;
	margin:9px;
	border:1px solid #ff9900;
	opacity:.5;
}

.imagem_gall_hover img{
	float:right;
	width:39px;
	height:39px;
	margin:9px;
	border:1px solid #ffdfb1;
	opacity:1;
}


.minides{
	display:none;
}

.capi{
	width:120px;
	float:left;
	margin:0px;
	text-align:right;
	font-weight:bold;
	color:#000000;
	line-height:normal;
}

.compi{
	width:220px;
	float:left;
	margin:0px;
	text-align:left;
	padding-left:10px;
	color:#000000;
	line-height:normal;
}

.backini{
	background-image:url(../imagens/backini_ff.gif);
	height:348px;
	margin-top:20px;
}

.caixa{
	float:left;
	width:127px;
	height:116px;
	background-color:#FFFFFF;
	opacity:.9;
	cursor:pointer;
}

.caixa2{
	float:left;
	width:127px;
	height:116px;
	background-color:#FFFFFF;
	opacity:0;
	cursor:pointer;
}


.dados_mini{
	font-size:9px;
	float:left;
	margin:9px;
	text-align:left;
}