
.leftgallery { width:900px; float:left; margin:10px 0 0 0; padding:10px 10px 10px 0px;}
#gallery { position:relative;
  height: 600px; 
}

#wall {
  position: absolute;
  width: 500px; 

  min-height:600px;
  top: 0px;
  left: 0px;
}


#thingy {
  position: absolute;
  text-align: center;
  width: 500px;
  height: 600px;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  overflow: hidden;
  margin: 0 auto;
}

dl#thingy {
  position: absolute;
  width: 500px;
  height: 400px;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  left: 0px;
  display: table;
}



ul#wall_mini {
  position: absolute;
  top: 0px;
  left: 540px;
  width: 380px; 
  height: 180px;
  margin: 0; 
  padding: 0px; 
  list-style-type: none ;
}
 
ul#wall_mini li { 
    float: left; 
} 
 
ul#wall_mini li a img { 
    margin: 5px 10px 5px 5px;

	border-style: none;
}
 
dl#thingy dd { 
    margin: auto; 
    display: table-cell;
    vertical-align: middle;
}


