div#slider {
	position: relative;
	float: left;
	width: 100px;
	height: 20px;
}
div#handle {
	position: relative;
	width: 100px;
	font-size:1px;
	width: 10px;
	height: 20px;
	background-color: #7777ff;
	z-index: 1;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
div#backbar {
	position: absolute;
	width: 100px;
	top: 50%;
	font-size: 1px;
	width: 100%;
	height: 1px;
	background-color: #000000;
	z-index: 0;
}
