.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 707px;
	height:198px;
  	left:14px;
	top:3px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable .items .item{
	float:left;
	width:354px;
	height:193px;
}

