.scrollable {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 599px;
}

.scrollable .items  {
	width: 20000em;
	position: absolute;
	clear: both;
}

.items .item {
	float: left;
	width: 960px;
}