#gallery
{
	display: block;
	display: table;
	width: 549px;
	height: 25px;
}
#gallery ul
{ 
	display: block;
	display: table-row;
	margin: 0px;
	padding: 0px;
}
#gallery ul li
{
	display: block;
	display: table-cell;
	float: left;
	white-space: nowrap;
	text-align: center;
	margin: 0px;
	padding: 3px 3px;
	list-style-type: none;
}