/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Lightbox CSS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#lightbox-4{
display:none;
/* background:#000000; */
/* opacity:0.10; */
/* filter:alpha(opacity=10); */
/* background:url('http://www.bingocabin.co.nz/images/overlay-black.png') repeat; */
/* background:#f3f4ee repeat; */
position:fixed;
top:0px;
left:0px;
min-width:100%;
min-height:100%;
/* z-index:1000; */
/* z-index:1001; */
/* z-index:2147483648; */ /* must be greater than z-index of .reveal-modal-bg & .reveal-modal @ gpj-styles.css */ z-index:2147483649; /* must be greater than z-index of #loader @ header.php */
width:100%;
height:100%;
}

#lightbox-panel-4{
display:none;
/* position:fixed; */
/* position:absolute; */
position:fixed;
  /* top:32%; */
  top:0%;
  left:0%;

width:100%;
height:100%;
margin-left:0px; /* half of the div's width, minus padding-right */
/* z-index:1002; */
/* z-index:2147483649; */ /* must be greater than z-index of .reveal-modal-bg & .reveal-modal @ gpj-styles.css */ z-index:2147483650; /* must be greater than z-index of #loader @ header.php */
/* background:#051c47; */ background:#FFFFFF; /* must be the same background color as the webpage inside the overlay */
/*
border:1px solid #555555;
   -moz-box-shadow:rgba(0,0,0,1) 0 4px 28px;
   -webkit-box-shadow:rgba(0,0,0,1) 0 4px 28px;
   -khtml-box-shadow:rgba(0,0,0,1) 0 4px 28px;
   box-shadow:rgba(0,0,0,1) 0 4px 28px;
*/
}

#close-btn a:link {text-decoration:none !important;}    /* unvisited link */
#close-btn a:visited {text-decoration:none !important;} /* visited link */
#close-btn a:hover {text-decoration:underline !important;}   /* mouse over link */
#close-btn a:active {text-decoration:underline !important;}  /* selected link */
