/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Lightbox CSS (Homepage)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#lightbox-3{
display:none;
/* background:#000000; */
/* opacity:0.10; */
/* filter:alpha(opacity=10); */
/* background:url('http://www.jackpotcafe.co/uk/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:2147483648; */
z-index:1001; /* must be greater than z-index of #TB_overlay & #TB_window @ thickbox.css */
width:100%;
height:100%;
}

#lightbox-panel-3{
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:2147483649; */
z-index:1002; /* must be greater than z-index of #TB_overlay & #TB_window @ thickbox.css */
background:#f3f4ee;
/*
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;
*/
}