/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable{position:relative;overflow:hidden;width: 230px;height:53px}
.scrollable .items{width:2000px;position:absolute}
.items div{float:left}
