div#scroller-container {
	width: 905px;
	overflow: hidden;
	margin-left:45px;
	margin-bottom:50px;
	float: left;
	position: relative;
}

div#scroller {
	width:  4800px;
	height: 550px;
	position:  relative;
	cursor: move;
}


div#leftfade {
	background-image:  url("leftfade.png");
	background-repeat:  repeat-y;
	width: 100px;
	height: 550px;
	position:  absolute;
	z-index: 1;
	left: 0px;
}

div#rightfade {
	background-image:  url("rightfade.png");
	background-repeat:  repeat-y;
	width: 100px;
	height: 550px;
	position:  absolute;
	right: 0px;
	z-index: 1;
}

.rect {
	float: left;
	cursor: move;
}
