@charset "utf-8";
#navegacao_abas {
	width: 220px;
	float: right;
	height: 20px;
	margin-right: 10px;
}

#navegacao_abas div   {
	width:110px;
	float:left;
	cursor:pointer;
	text-align:center;
	background-image: url(../imgs/ababranca.gif);
	height: 20px;
	font-family: "trebuchet ms"Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navegacao_abas div:hover {
    color: #df4910;
}
#imgs {
	float: left;
	height: 280px;
	width: 670px;
}


.selecionada {
	font-weight:bold;
	color:#df4910;
}
#showimage {
	width:60%;
	margin-left:280px;
}
#lista {
	float:left;
	margin-left:10px;
	height: 280px;
	width: 165px;
	margin-top: 145px;
}
.thumbs {
	width:50px;
	height:50px;
	float:left;
	margin-left:5px;
	cursor:pointer;
	margin-top: 5px;
}

