div#scroll_inner {
	width: 2772px;	/*this must be the width of all scroll elements combined */
}

.scroll_element {
	width: 450px;
}

.scroll_element div {
	width: 236px;	/* div width - image width */
	float: left;
}

.scroll_element img {
	margin: 0px;
	padding: 0px;
	float: right;
}
