@charset "utf-8";
#Example-3 {
	position: relative;
	width: 200px;
	height: 445px;
}

#Example-3-Content {
	position: absolute;
	top: 10px;
	width: 200px;
	height: 430px;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}

#Example-3 p {
	margin: 0;
	padding: 0px 20px 10px;
	font-family: Arial;
	font-size: 13px;
	text-indent: 10px;
	color: #000000;
	line-height: 25px;
}
#Example-3 a {
	color: #000000;
	text-decoration: none;
	line-height:20px;
}
#Example-3 a:hover {
	color: #999;
	text-decoration: none;
}


#Example-3 h1 {
	margin: 0;
	padding: 0px 20px 10px;
	font-family: Arial;
	font-size: 24px;
	text-indent: 20px;
	color: #000000;
}

#Example-3-Scrollbar {
	position: absolute;
	left: 40px;
	top: 10px;
}

#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #CCC;
	font-size: 0px;
	left: 140px;
	cursor: pointer;
	top: 0px;
}

#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 425px;
	width: 15px;
	height: 15px;
	background-color: #CCC;
	font-size: 0px;
	left: 140px;
	cursor: pointer;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 15px;
	height: 400px;
	position: absolute;
	top: 20px;
	background-color: #EEE;
	left: 140px;
	cursor: pointer;
}

#Example-3 .Scrollbar-Track-Pressed {
	background-color: #DDD;
	cursor: pointer;
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 15px;
	height: 50px;
	background-color: #CCC;
	cursor: pointer;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
	cursor: pointer;
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}
