#imageLayer {
	border-width: 1px;
	border-style: solid;
	left: 50%;
	position: absolute;
	top: 55%;
}
#imageLayer.hidden {
	border-color: #f00;
}
#imageLayer img {
	height: 100%;
	width: 100%;
}
#infoLink {
	cursor: default;
}
#infoLayer {
    left: 0;
	line-height: 1.5em;
	padding: 30px;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
}