/*******************  SONDAGGIO **************/
#sond_scrollbar_container {
	position:relative;
	height:125px;
}
#sond_scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:15px;
	background:#ffffff;
	cursor:move;
}
#sond_scrollbar_handle {
	width:15px;
	height:39px;
	overflow:hidden;
	background:#666666 url(/javascripts/scrollbar/scrollbar_1.jpg) no-repeat;
	cursor:move;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	opacity:0.9;
    -moz-opacity:0.9;
}

/*******************  AMICHEVOLI **************/
#amic_scrollbar_container {
	position:relative;
	height:170px;
}
#amic_scrollbar_track {
	position:absolute;
	top:0;
	right:10px;
	height:100%;
	width:15px;
	background:#ffffff;
	cursor:move;
}
#amic_scrollbar_handle {
	width:15px;
	height:39px;
	overflow:hidden;
	background:#666666 url(/javascripts/scrollbar/scrollbar_1.jpg) no-repeat;
	cursor:move;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	opacity:0.9;
    -moz-opacity:0.9;
		color:green

}