#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9997;
    cursor: pointer;
}

#text .closeLightbox{
    position: absolute;
    top: 2px;
    right: 14px;
    font-weight: 700;
    z-index: 9999;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.gallery{cursor:pointer;}

.nav-left{
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 50px;
    font-weight: 700;
    z-index: 9999;
    background-color: #ffffff;
    padding: 10px;
}
.nav-right{
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 50px;
    font-weight: 700;
    z-index: 9999;
    background-color: #ffffff;
    padding: 10px;
}

.btn-paginacao
{
	margin-top: 20px;
    margin-left: 15px;
}

.paginacao
{
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
	color: #ffffff;
	font-weight: 500;
}

a.paginacao.prev
{
	margin-right: 20px;
}

.paginacao:hover
{
	color: #ffffff;
}