ul.staff{
float:none;
clear:both;
margin:0 auto 10px auto;
padding:0 0 10px 0;
list-style:none;
display:inline;
overflow:hidden;

}

ul.staff li{
display:block;
width:115px;
float:left;
text-align:center;
}


div.staff-outer{
width:351px;
margin:0 auto 10px auto;
display:block;
float:none;
clear:both;
}