@charset "utf-8";
/* CSS Document */
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
	}
	#gallery ul { list-style: none; padding:5px; margin-top:5px; text-align:center;}
	#gallery ul li { display: inline;}
	#gallery ul p{ display:block; background-color:#CCC; font-size:24px; font-weight:bold; }
	#gallery ul img {
		border: 5px solid #CCCCCC;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #666;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	/*--------------------------------------------------------------------------------------*/
	#produtos {
	}
	#produtos ul { list-style: none; padding:5px; margin-top:5px; text-align:center;}
	#produtos ul li { display: inline;}
	#produtos ul p{ display:block; background-color:#CCC; font-size:24px; font-weight:bold; }
	#produtos ul img {
		border: 5px solid #CCCCCC;
		border-width: 5px 5px 5px;
	}
	#produtos ul a:hover img {
		border: 5px solid #666;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#produtos ul a:hover { color: #fff; }
