#images {
	list-style-type: none;
}
#images li {
	float: left;
}
#images img {
	width: 500px;
	padding: 6px;
}

