@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	background-color: #000;
	padding: 0px;
	width: 440px;
	border-left-style: 20;
	border-right-style: 20;
	margin-left: 5px;
	}
	.lbGallery ul {
	list-style: none;
	background-color: #FFF;
}
	.lbGallery ul li {
	display: inline;
	background-color: #666;
}
	.lbGallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	background-color: #999;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #666;
	background-color: #FFF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	}
	.lbGallery ul a:hover {
	color: #FFF;
	background-color: #FFF;
}
	
.oneColFixCtr #container #mainContent #Tabela_01 tr td table tr td #gallery2 ul {
	color: #FFF;
}
