
/**************************************************************

	SlideShow
	v 1.3

**************************************************************/

.slideshowContainer {
	border: 1px solid #ccc;
	width: 265px;
	height: 160px;
	margin-bottom: 0px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid #ebf5df;
	padding: 0px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #FFF;
	padding: 0px;
}

.current img {
	border: 1px solid red;
	padding: 0px;
}

.outline {
	border: 1px solid #526c02;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;
	height: auto;*/
}

a:hover {
	color: #354158;
}

/*************************************************************/
.foto_destaques{
	background: #ebf5df;
	width: 265px;
	height: auto;
	text-align: center;
}
.indices{
	background: #ebf5df;
	width: 268px;
	height: 32px;
}

