#Example-3 {
	position: relative;
	text-align: justify;
}

#Example-3-Content {
	position: absolute;
	top: 0px; 
	width: 664px;
	height: 320px;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}
#Example-3-Scrollbar {
	position: absolute;
	left: 677px;
}

#Example-3 .Scrollbar-Up {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #DADECE;
	font-size: 0px;
}
#Example-3 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 6px; 
	height: 6px;
	background-color: #FFFFFF;
	font-size: 0px;
	border: solid 2px #DADECE;
}

#Example-3 .Scrollbar-Down {
	position: absolute;
	top: 310px;
	width: 10px;
	height: 10px;
	background-color: #DADECE;
	font-size: 0px;
}
#Example-3 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 310px;
	width: 6px; 
	height: 6px;
	background-color: #FFFFFF;
	font-size: 0px;
	border: solid 2px #DADECE;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px; 
	height: 290px;
	position: absolute;
	top: 15px;
}

#Example-3 .Scrollbar-Track-Pressed {
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px;
	height: 60px;
	background-image: url(../immagini/fondi/linea.png);
	background-repeat: no-repeat;
	cursor: n-resize;
}

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

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