div#scroll {
	margin: 5px;
	padding: 2px;
	border: 1px solid #ccc;
	position: relative;
	height: 150px;
	overflow: hidden;
}
p#gradientLR {
	background: url('/images/gradient_lr.png') repeat-y;
	top: 0;
	left: 0;
	height: 150px;
	position: absolute;
	width: 40px;
	z-index: 2;
}
p#gradientRL {
	background: url('/images/gradient_rl.png') repeat-y;
	top: 0;
	right: 0;
	height: 150px;
	position: absolute;
	width: 40px;
	z-index: 2;
}
div#scroll div {
	position: absolute;
	left: 0;
	top: 10px;
	width: 150px;
	margin: 1px;
	display: none;
	text-align: center;
}
