#Scroll {
    /*
    float: left;
	width: 200px;
	height: 400px;
	*/
    width: 100%;
    /*height: 75px;*/
    overflow: hidden;
    position: relative;
}

#Scroll div.thumbsInner {
    /*height: 2000px;*/
}

#Scroll div.thumb {
    color: #888;
    width: 80px;
    position: relative;
    /*
	font-size: 156px;
	line-height: 200px;
	text-align: center;
	list-style-type: none;*/
}

#Bar {
	top: 0;
	left: 100px;
	width: 600px;
	height: 21px;
	position: relative;
	background-color: #bbb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#Knob {
	top: 1px;
	width: 100px;
	height: 19px;
	background-color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
/*
* {
	margin: 0;
	padding: 0;
}
*/