#Example-3 {
	position: relative;
	width: 160px;
	height: 2000px;
	background-color: #FFFFFF;
	/*border: 1px solid #000000;*/
}

#Example-3-Content {
	position: absolute;
	top: 10px; 
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	/*height: 100%;*/
	/*height: auto;*/
}

#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: 101%;
}

#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 9px; 
	height: 10px;
	background-color: transparent;
	font-size: 0px;
}

#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 190px;
	width: 9px; height: 10px;
	background-color: transparent;
	font-size: 0px;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 1px; 
	/*height: 333px;*/
	/*height: auto;*/
	/*height: 100%;*/
	height: 333px;
	position: absolute;
	top: 20px;
	background-color: transparent;
}

#Example-3 .Scrollbar-Track-Pressed {
	background-color: #000000;
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #000000;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #000000;
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}
