.scrollable {
	position:relative;
	overflow:hidden;
	width: 900px;
	height:250px;
	background:url(images/h300.png) repeat-x;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	width:900px;
	height:250px;
}