@charset "utf-8"; /*—~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ C A S C A D I N G – S T Y L E – S H E E T   —   S C R O L L - B A R.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.jScrollPaneContainer {
	z-index          : 1;
	position         : relative;
	overflow         : hidden;
}
.jScrollPaneTrack {
	position         : absolute;
	height           : 100%;
	right            : 0;
	top              : 0;
	cursor           : pointer;
	background       : transparent url('../images/jScrollPaneDrag-background.png') repeat top left;
}
.jScrollPaneDrag {
	position         : absolute;
	overflow         : hidden;
	background       : #ffffff;
	cursor           : pointer;
}
.jScrollPaneDragTop {
	position         : absolute;
	overflow         : hidden;
	top              : 0;
	left             : 0;
}
.jScrollPaneDragBottom {
	position         : absolute;
	overflow         : hidden;
	bottom           : 0;
	left             : 0;
}



/*—~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/