.contain-to-grid .top-bar {
    max-width: 150em;
    margin: 0 auto;
    margin-bottom: 0; }
    
#gallery-place {
	
	background: white;
	opacity:0.83;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 12%;
	margin-bottom: 5%;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	
	border:1px solid black;

}
#full{
	z-index: 9999;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
#center{
	margin-left: 5%;
	margin-right: 5%;
}
#left{
	
}
#pictures{
	margin-top: 3%;
}
#down{
	z-index:5; position:fixed; bottom:0px; left:0; height:8px; width:100%; background:url('../img/progress-back.png') repeat-x;
}
#back{
     	
  z-index: -1;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: static;
  margin-top: -10%;
  left: 0;

 	
background: #111111;

}
#bottom{
	margin-bottom: 3%;
}
	
@media only screen and (max-width: 48em) {
	#gallery-place {
		
		background: white;
		opacity:0.83;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 8%;
		margin-bottom: 5%;
		-moz-box-shadow: 10px 10px 5px #888;
		-webkit-box-shadow: 10px 10px 5px #888;
		box-shadow: 10px 10px 5px #888;
		border:1px solid black;
		position: absolute;
		
z-index: 1;
	}
	#left{
		margin-left:0%;
	}
}
.lb-image{   max-width: inherit; }
#border{
	border-left: 2px solid #C1DAD7;
	border-top: 2px solid #C1DAD7;	
	border-right: 2px solid #C1DAD7;
	border-bottom: 2px solid #C1DAD7;
	background: #fff;
	padding: 2px 2px 2px 2px;
	color: #4f6b72;
}
#space{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 8%;
	margin-bottom: 5%;
}
#about-image{
	margin-top:10%;
}
#inline-text{
	margin-left: 1%;
	margin-bottom: 3%;
}