#products {
	position: relative;
	height: 130px;
    width: 650px;
/* width: 2802px;*/
	overflow: hidden;
}

#products ul {
	width: 2058px;
	height: 160px;
/*	background-color: #ddd;*/
}

#products li {
	color: #888;
	float: left;
	position: relative;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	list-style-type: none;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

ul li {
background: none;
line-height:180%;
padding-left:12px;  /* padding-left:30px; */
}

#bar {
	top: 0;
	left: 20px;
	width: 610px;
	height: 21px;
	position: relative;
	background-color: #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;

}

#knob {
	top: 1px;
	width: 135px;
	height: 19px;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-decoration: none;

}

#theSixth {
	top: 2px;
	left: 235px;
	position: absolute;
}
 /*
* {
	margin: 0;
	padding: 0;
}
*/

