@charset "utf-8";
#Example-3 {
	position: relative;
	width: 400px;
	height: 350px;
	/*background-color: #FF0000;*/
}

#Example-3-Content {
	position: absolute;
	top: 10px;
	width: 400px;
	height: 330px;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 2px; 
	left: 0px;
}

#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: 475px;
}

#Example-3 .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url(flecha_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color: #CCC;*/
	font-size: 0px;
	left: -3px;
}

#Example-3 .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 336px;
	width: 14px;
	height: 14px;
	background-image: url(flecha_down.gif);
	background-repeat: no-repeat;
	background-position: center top;
	/*background-color: #CCC;*/
	font-size: 0px;
	left: -2px;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px;
	height: 300px;
	position: absolute;
	top: 20px;
	background-image: url(fondo_scroll.gif);
	background-repeat:  repeat-y;
	background-position: center top;
	/*background-color: #EEE;*/
}

#Example-3 .Scrollbar-Track-Pressed {
	background-color: #DDD;
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px;
	height: 30px;
	background-image: url(barra_scroll.gif);
	background-repeat:  repeat-y;
	background-position: center top;
	/*background-color: #CCC;*/
	left: 0px;
	top: 1px;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #AAA;
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}
