.overlay				{font-family: Lato; position: fixed; z-index:1; top:0; left:0; height: 100%; width: 100%; background: rgba(0,0,0,0.7); z-index: 50000; cursor: pointer; display: none;}

.overlay .closePane		{position: fixed; width: 100%; height: 100%; z-index: 0}

.overlay .next,
.overlay .prev			{cursor:pointer; z-index:100; position:absolute; z-index:2000; font-size: 80px; font-weight: 100; text-align: center; line-height: 80px; width: 40px; /*background: #fff;*/ color:#fff; left:-2100px; top:50%; margin:-40px 0 0 -3px;}

.overlay .next			{border-radius: 0 3px 3px 0;}
.overlay .prev			{border-radius: 3px 0 0 3px;}

.overlay .next:hover,
.overlay .prev:hover	{color:#aaa; cursor: pointer !important;}

.overlay img			{ z-index:100; position: absolute; top:50%; left:50%; max-width: 90%; max-height: 90%; border:10px solid #fff; 	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box; box-shadow:0 0 20px 5px rgba(255,255,255,0.1);}