#eUSlider .sliderElement
{
	margin: 1px;
	display: inline;
	background-color: yellow;
	width: 10px;
	height: 10px;
	font-size: 0px;
	cursor: default;
}

#eUSlider .text,
#eUSlider .object
{
	width: 5px;
	height: 5px;
}
#eUSlider .question,
{
	width: 5px;
	height: 5px;
}

#eUSlider .clickable,
{
	cursor: pointer;
}

#eUSlider .current
{
	background-color: white;
}
#eUSlider .active
{
	background-color: red;
}
#eUSlider .inactive
{
	background-color: yellow;
}

