a.jScrollArrowUp {
	background: url(../img/background/scrollpane_arrow.gif) no-repeat 0 0;
}

a.jScrollArrowDown {
	background: url(../img/background/scrollpane_arrow.gif) no-repeat 0 -21px;
}


.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: 200px;
	height: 200px;
	overflow: auto;
	background: transparent;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
