.scrollable {
	position:relative;
	overflow:hidden;
	width: 540px;
	
	height:90px;
	float:left
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}


.scrollable-new {
	position:relative;
	overflow:hidden;
	width: 500px;
	height:302px;
	float:left;
	margin-left: 230px;
}


.scrollable .items-new {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

