@charset "utf-8";
#navegacao_abas {
	width: 110px;
	float: right;
	height: 20px;
	margin-right: 10px;
}

#navegacao_abas div   {
	width:110px;
	float:left;
	cursor:pointer;
	text-align:center;
	background-image: url(../imgs/aba.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;
}
#lista img,#imggrande {
    border:4px solid #FFFFFF;
}
.selecionada {
	font-weight:bold;
	color:#df4910;
}
#showimage {
	width:60%;
	margin-left:260px;
}
#lista {
	float:left;
	margin-left:10px;
	height: 280px;
	width: 205px;
	margin-top: 70px;
}
.thumbs {
	width:50px;
	height:50px;
	float:left;
	margin-left:5px;
	cursor:pointer;
	margin-top: 5px;
}

