.overlay {
	width: 100%;
	height: 100%; 
	position: fixed;
	z-index: 1000;
    top:0;
	left:0;
    background-color: #36424a;
    opacity:0.90;
	filter:alpha(opacity=90); 
  }

.handCursor{
cursor: pointer ;
cursor: hand ;
}