@CHARSET "UTF-8";

div.filled-img {
	margin:0px auto;
	text-align: center;
}

a.litebox-me, .noted-img a.litebox-me {
	display: inline-block;
	position: relative;
}

a.litebox-me .click-to-zoom, .noted-img a.litebox-me .click-to-zoom {
	font-size: 12px;
	color: #ededed;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0; right: 0;
	padding: 0;
	text-align: center;
	width: 46px; height: 46px;
	background-color: rgba(0,0,0,0.7);	
       line-height: 30px;
}
a.litebox-me:hover .click-to-zoom, .noted-img a.litebox-me:hover .click-to-zoom {
	display: block;
}

a.litebox-me img, .noted-img a.litebox-me img {
	margin:0px auto;
}

a.litebox-me .click-to-zoom [class^="icon-"] { 
	width: 100%;
       text-align: center;
       font-size: 30px;
} 
.noted-img span.img-link {
	font-size: 13px !important;
	padding-top: 4px !important;
}

.black-container {
	width: 100%;
}

.black-container .photo-neighbors-black {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    position: relative;
}

.black-container .photo-neighbors-black .photo-full-block {
	flex-basis: calc( 100% - 120px );
    text-align: center;
    display: flex;
    position: relative;
}

.black-container .photo-neighbors-black .photo-full-block img.big-picture {
	max-width: 100%;
    margin: auto;
}

.black-container .photo-neighbors-black .neighbor {
	flex-basis: 40px;
}

.black-container .photo-neighbors-black .neighbor.prev {
	margin-left: 10px;
}
.black-container .photo-neighbors-black .neighbor.next {
	margin-right: 10px;
}

.black-container .photo-neighbors-black .neighbor a.neighbors-link {
    display: flex;
    height: 100%;
    text-decoration: none !important;
    color: #a0a0a0;
    font-size: 40px;
	cursor: pointer;
}

.black-container .photo-neighbors-black .neighbor a.neighbors-link>span {
	line-height: 30px;
    height: 40px;
    width: 40px;
    margin: auto;
}



