
#gallerymenu
{
margin:auto;
text-align:center;
width:100%;
background-color:#8C5728;

}

#lot
{
text-align:center;
margin:auto;
background-color:#BF975E;
height:auto;
}

#galcont
{
	width:100%;
	background-color:#BF975E;
	float:left;
}
#gallerypics
{
display: table;
margin: 0 auto; 

}


#gallerypics #float
{
display: table-cell; 
margin-left: auto;
    margin-right: 5px;
	margin-bottom: 5px;
text-align:center;
padding-top:10px;
width:129px;
float:left;

}

* html #gallerypics #float { /* ie hack */
display: inline;
float: left;
} 



