#products {
	position: relative;
	overflow: hidden;
}

#products ul {
	width: 1800px;
	height: 200px;
	
}

#products li {
	color: #888;
	float: left;
	width: 200px;
	position: relative;
}

#bar {
	width: 466px;
	height: 21px;
	background: url(img/sl_bar2.png) no-repeat 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#knob {
	width: 115px;
	height: 14px;
	background: url(../img/sl_barnew.png) no-repeat 0 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	cursor:pointer;
}

#theSixth {
	top: 2px;
	left: 235px;
	position: absolute;
}

* {
	margin: 0;
	padding: 0;
}