#Example-3 {
	position: relative;
	width: 415px;
	height: 240px;
	background-color: #FFFFFF;
}

#Example-3-Content {
	position: absolute;
	/*top: 10px; */
	width: 415px;
	height: 240px;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	/* height: 452px; */
}

#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 {
	position: absolute;
	left: 425px;
}

#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 215px;
	width: 10px; height: 10px;
	background-color: #CCC;
	font-size: 0px;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
 	top: 13px;
	width: 10px; 
	height: 215px;
	position: absolute;
	/*top: 20px;*/
	background-color: #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#Example-3 .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px; 
	height: 60px;
	background-color: #CCCCCC;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
	-moz-opacity:0.9;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}

#Example-3 .arrow_up {
	position: absolute;
	/*top: -13px;*/
	left: 1px;
	background-image: url(../../images/arrow_up.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 5px;
}

#Example-3 .arrow_dn {
	position: absolute;
	background-image: url(../../images/arrow_dn.gif);
	background-repeat: no-repeat;
	/*top: 223px;*/
	top: 237px;
	left: 1px;
	width: 8px;
	height: 5px;
}