/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */a.jScrollArrowUp {	background: #F7D100 url(../../images/arrow_up.gif) repeat-x -1px 0;}a.jScrollArrowUp:hover {	background-position:-1px 0;}a.jScrollArrowDown {	background: #F7D100 url(../../images/arrow_down.gif) repeat-x -1px 0;}a.jScrollArrowDown:hover {	background-position: -1px 0;}a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {	background-position: -1px -9px;}.orange-bar .jScrollPaneTrack {	background: #f60;}.orange-bar .jScrollPaneDrag {	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;}.orange-bar .scroll-pane {	background: #69f;}			.holder {	float: left;	margin: 10px;}.scroll-pane {	width:432px;	height: 168px;	overflow: auto;	float: left;}.wide {	width: 400px;}.super-wide {	width: 700px;}.tall {	height: 400px;}#pane1 {	height:502px}#pane2 {	height: 290px;}#pane3 {	height: 190px;}#pane4 {	height: 190px;}
