#Example-3 {
	position: relative;
	width: 190px;
	height: 275px;
	background-color: #FFF;
}

#Example-3-Content {
	position: absolute;
	top: 0px; 
	width: 190px;
	height: 275px;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
}

#Example-3 p {
	margin: 0;
	padding: 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	text-align: justify;
}

#Example-3-Scrollbar {
	position: absolute;
	left: 190px;
}


#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 15px; 
	height: 275px;
	position: absolute;
	top: 0px;
	background-color: #8fa294;
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 15px; height: 100px;
	background-color: #6f8174;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #bd041b;
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}

