#Example-3 {
	position: relative;
	width: 385px;
	height: 570px;
}
 
#Example-3-Content {
	position: absolute;
	top: 5px; 
	width: 385px;
	height: 570px;
	overflow: hidden;
	border: inset;
}
 
#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}
 
#Example-3 p {
	margin: 0; 
	padding: 5px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	color: #333333;
}
 
#Example-3-Scrollbar {
	position: absolute;
	left: 390px;
}
 
#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #013334;
	font-size: 0px;
}
 
#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 580px;
	width: 10px; height: 10px;
	background-color: #013334;
	font-size: 0px;
}
 
#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 550px;
	position: absolute;
	top: 20px;
	background-image:url('http://www.fishex.com/tb/textscroll/scrollbg.jpg');
      background-repeat:repeat-y;

}
 
#Example-3 .Scrollbar-Track-Pressed {
	background-color: #DDD;
}
 
#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; height: 30px;
	background-color: #013334;
}
 
#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}
 
#Example-3 .Scrollbar-Disabled {
	display: none;
}