@charset "UTF-8";/* CSS Document */#Example-3 {	position: relative;	width: 335px;	height: 260px;	background-color: #EEE;}#Example-3-Content {	position: absolute;	top: 10px; 	width: 335px;	height: 240px;	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: 0px;	color: #777;}#Example-3-Scrollbar {	position: absolute;	left: 345px;}#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 {	position: absolute;	top: 250px;	width: 10px; height: 10px;	background-color: #CCC;	font-size: 0px;}#Example-3 .Scrollbar-Track, .Scrollbar-Track-Pressed {	width: 10px; 	height: 220px;	position: absolute;	top: 20px;	background-color: #EEE;}#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: #cc0000;}#Example-3 .Scrollbar-Disabled {	display: none;}