#Example-3 {
	height:185px;
	position:relative;
	width:224px; margin:5px 0 12px;
}

#Example-3-Content {
	height:183px;
	overflow:hidden;
	position:absolute;
	width:212px;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	font-size:10px;
}
.Scroller-Container a { color:#4DA91A; font-size:12px; font-weight:700; text-decoration:none; } .Scroller-Container a:hover { text-decoration:underline; }
#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 {
	float:right;
	width:18px;
}

#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 16px; 
	height: 16px;
	background: url(../images/home/scroll_top.png) no-repeat top ;
	z-index:100;
}

#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 168px;
	width: 16px; height: 16px;
	background:url(../images/home/scroll_bottom.png) no-repeat top ;
	z-index:101;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	background: url(../images/home/scroll_bg.gif) repeat-y left top;
	height:150px;
	position:absolute;
	top:17px;
	width:18px;
}

#Example-3 .Scrollbar-Track-Pressed {

}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 18px; height: 17px;
	background: url(../images/home/scroll_green.png) no-repeat top;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {

}

#Example-3 .Scrollbar-Disabled {
	display: none;
}
