.scrollerborder {
	border:1px solid #660000;
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 938px;
	height:94px;

}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:938px;
}

.scrollable img {
	float:left;
	background-color:#fff;
	padding : 0px;
	border:0px solid #ccc;
}