#dias {
	width: 795px;
	margin: 50px auto;
	position:relative; top:-36px; left:40px;
}

ul {
	margin: 40px 0 0 -40px;
}

ul:hover li {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: .7;
}

ul:hover li:hover {
	opacity: 1;
}

li {
	position: relative; left:48px; top:-36px;
	float: left;
	list-style: none;
	line-height: 0;
	padding-right: 1px;
	padding-bottom: 1px;
}

img {
	width: 264px;
	height: auto;
	cursor: pointer;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.9);
	z-index: 1;
}

input[type=checkbox] {
     display: none;
}

input[type=checkbox]:checked ~ label img {
	position: fixed;
	width: 1024px;
	height: auto;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -512px;
	box-shadow: 0 0 20px #000000;
	z-index: 2;
}

input[type=checkbox]:checked ~ .overlay {
	display: block;
}