.scrollable {
	position: relative;
	margin: 0 11px 0 11px;
	overflow: hidden;
	height: 140px;
}

.scrollable .items {
	width: 20000em; 
	position: absolute; 
}

.ruler .items {
	padding: 0;
}

.ruler .items li {
	margin: 0 5px;
}

.arrowLeft.disabled,
.arrowRight.disabled {
	visibility: hidden;
}