

h1 { font-family: 'Fauna One', Helvetica, sans-serif; font-size: 3.3em; line-height: 1.7em; margin-bottom: 5px; color: #666; }




#w {
  display: block;
  width: 800px;
  margin: 0 auto;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 4px 9px rgba(0,0,0,0.65);
  -moz-box-shadow: 3px 4px 9px rgba(0,0,0,0.65);
  box-shadow: 3px 4px 9px rgba(0,0,0,0.65);
}

#inner {
  padding: 12px 20px;
}


#gallery-container { 
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

#mygallery { 
  width: 700px; 
  height: 450px; 
  margin: 0 auto; 
  background: #353535; 
}