#lbOverlay { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: #000 url('/tech/gallery/helper.php?symbol=overlay') repeat;}
#lbCenter, #lbBottomContainer { position: absolute; z-index: 9999; background: #fff; }
#lbCenter { z-index: 99999; }
#lbImageContainer img { -moz-box-shadow: 1px 0 5px #000; -webkit-box-shadow: 1px 0 5px #000; box-shadow: 1px 0 5px #000; }
#lbCenter .lbLoading { background: #fff url('/tech/gallery/helper.php?symbol=loading') no-repeat center; }
#lbImage { position: absolute; left: 0; top: 0; }
#lbPrevLink, #lbNextLink { display: block; position: absolute; background: url('/tech/gallery/helper.php?symbol=blank'); z-index: 9999; top: 0; width: 50%; outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: url('/tech/gallery/helper.php?symbol=prev') no-repeat left center; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: url('/tech/gallery/helper.php?symbol=next') right center no-repeat; }
#lbBottomContainer { -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }
#lbBottom { padding: 5px 10px; text-align: left; font: 10px 'Trebuchet MS', Arial, Helvetica, sans-serif; line-height: 10px; color: #000; }
#lbCloseLink { display: block; float: right; width: 44px; height: 10px; background: url('/tech/gallery/helper.php?symbol=close') no-repeat right top; outline: none; }
#lbCaption, #lbNumber { display: inline; }
#lbCaption { padding-right: 0.5em; font-weight: bold; }
#lbNumber { color: #666; }

.clear{
	clear:both;
}


#image-container{
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-direction: row;
  justify-content: space-around;	
}


div.nomargin{
	
}

.pic{

	margin-left: auto;
    margin-right: auto; 
	border:5px solid white;
	width:300px;
	height:300px;
	line-height: 300px;
}

.pic a{
	width:300px;
	height:300px;
	text-indent:-99999px;
	display:block;
}