/*
lbstyles.css
Chris Neveu
*/



#lboverlay-bg {
  background-color: rgba(0,0,0,0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  text-align: center;
  width: 100%;  
}

#lboverlay-frame {
  background-color: #FFFFFF;
  display: block; 
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
}

#lboverlay-caption {
  color:#383838;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-align:center;
  margin-top:8px;
}
#lboverlay-galcount {
  color:#BABABA;
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: .75em;
  font-weight: bold;
  line-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-align:center;
  margin-top:2px;
}