@import url("base.css");

#content p
{
	clear: both;
	text-align: center;
}

#gallery ul
{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 540px;
}

#gallery ul li
{
	float: left;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	width: 180px;
	height: 140px;
}

#gallery ul li img
{
	background: transparent url("images/thumbframe2.png") no-repeat;
	display: block;
	margin: 0 auto;
	padding: 2px;
}
