/* image display */

div#gallery ul {
	padding-left: 40px;
}

div#gallery ul li
{ /* all list items */
	position: relative;
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 10px;
	width: 114px;
	height: 114px;
	text-align: center;
}

div#gallery ul li img
{
	border: none;
	margin: 4px;
}

