.galeries {
	position: relative;
	float: left;
	width: 330px;
	margin: 0 15px 0 0;
	
}
/* container for slides */
.gal-images   {
	background:url(../images/fnd-som-img.jpg) no-repeat center bottom;
	height: 440px;
	position:relative;
	overflow: hidden;
}
/* single slide */
.gal-images div     {
	position:absolute;
	top:0;
	height: 430px;
	left: 0px;
	text-align: center;
	display: none;
}
.nav-fotos ul {
	height: 104px;
}
.nav-fotos ul li{
	display: inline;

}
.nav-fotos li a{
	width: 66px;
	float: left;
	margin: 0 8px 0 8px;
	display: block;
	height: 96px;
}
.nav-fotos li.activeSlide a {
	background: url(../images/fnd-nav-focus.jpg) no-repeat center top;
}
.nav-fotos a:focus { outline: none; }
.nav-fotos li a img{
	border: none;
	display: block;
	margin: 14px 8px 14px 8px;
}

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
/*.disabled {
	visibility:hidden !important;
}*/

/* Hacks */
a:active {
	outline: 0 none;
}

:focus {
	-moz-outline-style:none;
}
