/*
 * Estilos para galeria de fotos das noticias
 */
.galeriaFotos {
	position:relative;
	display:inline-block;
	width:250px;
	background-color:#F9F9F9;
	float:right;
	margin:0px 0px 10px 20px;
	overflow:hidden;
}
.galeria1 {
	height:260px;
}
.galeria2 {
	height:475px;
}
.galeria3 {
	height:690px;
}
.galeriaFotos .button {
	display:block;
	position:absolute;
	width:100%;
	height:20px;
	background-color:#e2e2e2;
	overflow:hidden;
}
.galeriaFotos .button a {
	display:block;
	position:absolute;
	width:100%;
	padding:10px 0px;
	font-size:0px;
	color:#e2e2e2;
}
.galeriaFotos .btPrev {
	top:0px;
}
.galeriaFotos .btNext {
	bottom:0px;
}
.galeriaFotos .btPrev a {
	background: #e2e2e2 url('../images/prev-vert.png') center center no-repeat;
}
.galeriaFotos .btNext a {
	background: #e2e2e2 url('../images/next-vert.png') center center no-repeat;
}
.galeriaFotos .container {
	position:absolute;
	top:25px;
	width:250px;
	overflow:hidden;
}
.galeriaFotos .foto1 {
	height:210px;
}
.galeriaFotos .foto2 {
	height:425px;
}
.galeriaFotos .foto3 {
	height:640px;
}
.galeriaFotos .container .foto {
	display:inline-block;
	position:relative;
	float:left;
	width:250px;
	height:210px;
	display:table-cell;
	overflow:hidden;
	margin-bottom:5px;
}
.galeriaFotos .container .foto img {
	border:0px;
	width:100%;
	height:100%;
	cursor:pointer;
}

/*
 * Estilos para galeria de vídeos
 */
.thumbVideo {
	position:relative;
	float:left;
	width:190px;
	height:145px;
	margin-right:5px;
}
.thumbVideo .video {
	position:absolute;
	top:0px
	left:0px;
	width:190px;
	height:145px;
	background-color:ffffff;
	overflow:hidden;
}
.thumbVideo .video img {
	width:180px;
	height:135px;
	margin:5px;
}
.thumbVideo .titulo {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	color:#ffffff;
	margin:5px;
	padding:5px;
	font-size:x-small;
	overflow:hidden;
	background-color:rgba(0,0,0,0.2);
}
.thumbVideo:hover .titulo {
	background-color:rgba(0,0,0,0.8);
}