.scrollable {
    margin-left: 40px;
	float: left;
	position: relative;
	overflow: hidden;
	width: 1008px;
	height: 150px;
}
.scrollable .items {
	width: 20000em;
	position: absolute;
	clear: both;
}
.scrollable .active {
}


