/*===================
  GALERIA
=================== */
div.ntc_galeria{
	width:350px;
	float:left;
	display:block;
	padding:0;
	margin-bottom:5px;
	background-image:url('/img/ntc_glr_top.gif');
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e4e4e4;
	padding-top:10px;
	margin-right:10px;
}
div.ntc_galeria div#img_glr{
	width:350px;
	height:216px;
	overflow:hidden;
	text-align:center;
}
div.ntc_galeria div#img_glr img{
    left: 50%;
    top: 50%;
}

div.ntc_galeria div.legenda{
	padding:5px;
	text-align:center;
	border-bottom:1px dotted #000;
	margin-bottom:10px;
}
div.ntc_galeria div.legenda a{
	margin-top:-3px;
    color: #008000;
    font-weight: bold
}

span.fancybox_cor_link a{
    color: #9AFF9A;
    font-weight: bold
}

/*galeria scroll*/
div.sc_menu {
	position: relative;
	height: 66px;
	width: 330px;
	overflow: auto;
	margin-left:10px;
}
ul.sc_menu {
	display: block;
	height: 66px;
	width: 2500px;
	margin: 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
	border:2px solid #e4e4e4;
}
.sc_menu a.selected {
	border:2px solid #090;
}
.sc_menu span {
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);
	opacity: 0.5;
}
