ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}
li {
	margin: 0px 10px;
}
.jSlots-wrapper {
	overflow: hidden;
	height: 256px;
	display: inline-block; /* to size correctly, can use float too, or width*/
}
.slot {
	float: left;
}
input[type="button"] {
	display: none;
}
