#images {
	list-style: none;
}
#images li {
	float: left;
	display: block;
	width: 100px;
	cursor: pointer;
	background:#fff;
	margin: 0 3px 3px 0;
	padding:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#images li.active {
	background:#4c96d8;
}
#images li span {
	font-weight: bold;
}

