.scrollable {
	FLOAT: left; OVERFLOW: hidden; WIDTH: 800px; POSITION: relative; HEIGHT: 80px
}
.scrollable .items {
	CLEAR: both; WIDTH: 10000em; POSITION: absolute
}
.items DIV {
	FLOAT: left; WIDTH: 800px; HEIGHT: 80px
}
