#Example-3 {
	position: relative;
	width: 497px;
	height: 404px;
	background-color: ;
}

#Example-3-Content {
	position: absolute;
	top: 4px; 
	width: 478px;
	height: 410px;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}

#Example-3-Scrollbar {
	position: absolute;
	left: 487px;
}

#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: ;
	font-size: 0px;
}

#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 220px;
	width: 10px; height: 10px;
	background-color: ;
	font-size: 0px;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 380px;
	position: absolute;
	top: 18px;
	background-color: ;
}

#Example-3 .Scrollbar-Track-Pressed {
	background-color: ;
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 15px;
	height: 48px;
	background-image: url(images/scroller.gif);
	background-repeat: no-repeat;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-image: url(images/scroller_on.gif);
	background-repeat: no-repeat;	
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}

