/* ^^^^^^^^ stili per scroll ^^^^^^^^^^ */#Example-3  { background-color: #fff; position: relative; width: 300px; height: 270px }#Example-3-Content  { position: absolute; top: 10px; width: 300px; height: 250px; overflow: hidden }#Example-3 .Scroller-Container {	position: absolute;	top: 0px; 	left: 0px;}#Example-3 p {	margin: 0; 	padding: 0px 20px 10px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	text-indent: 20px;	color: #777;}#Example-3-Scrollbar  { position: absolute; left: 310px }#Example-3 .Scrollbar-Up, .Scrollbar-Up-Pressed {	position: absolute;	width: 10px; 	height: 10px;	background-color: #CCC;	font-size: 0px;}#Example-3 .Scrollbar-Down, .Scrollbar-Down-Pressed  { font-size: 0; background-color: #ccc; position: absolute; top: 260px; width: 10px; height: 10px }#Example-3 .Scrollbar-Track, .Scrollbar-Track-Pressed  { background-color: #eee; position: absolute; top: 20px; width: 10px; height: 230px }#Example-3 .Scrollbar-Track-Pressed {	background-color: #DDD;}#Example-3 .Scrollbar-Handle, .Scrollbar-Handle-Pressed {	position: absolute;	width: 10px; height: 30px;	background-color: #CCC;}#Example-3 .Scrollbar-Handle-Pressed,  .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {	background-color: #AAA;}#Example-3 .Scrollbar-Disabled {	display: none;}/* ^^^^^^^^ stili per scroll ^^^^^^^^^^ */