/*overlays*/
.overlay.black {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkOAcAANQA0NtuFeEAAAAASUVORK5CYII=); 
}
.overlay .destroyer.topRight {
	position: absolute;
	right: 10px;
    top: 4px;
    cursor: pointer; 
}
.destroyer.textBelow {
	width: 80%;
	height: auto;
	margin: 0 auto;
    margin-top: 5px;
    cursor: pointer;
    text-decoration: underline;
}
.overlayMain {
	width: 80%;
	height: 30%;
	margin: 0 auto;
    margin-top: 50%;
    margin-bottom: 0; 
}