body{
	margin:0;
	background:black;
}
div {
	display:inline;
}
#image-view{
	width:2000px;
	height:2000px;
}
img{
	
}
img:not(#full):hover{
	z-index:1;
	border:50px solid black;
	margin:-50px;
}
.left{
	float:left;
	display:inline;
	max-width: 500px;
	max-height: 500px;
}.right{
	float:right;
	display:inline;
	max-width: 500px;
	max-height: 500px;
}
#shade{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.8);
	z-index:2;
}
#shade div{
	color:#FFF;
	font-size:36px;
}
#full{
	position:absolute;
}
