div.examples {
	margin: 10px auto 10px auto;
	padding-left: 200px;
	width: 390px;
	height: 20px;
}

.examples a {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-color: #202020;
	border: 1px solid #606060;
	margin-left: 5px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.examples a:hover {
	background-color: #404040;
}

.examples a.selected {
	background-color: #404040;
	border: 1px solid #A0A0A0;
}

.examples div {
	float: left;
	font-weight: bold;
	color: #A0A0A0;
}

.examples div.right {
	float: right
}
