/* 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: url(../images/up.gif) repeat-x 0 0;
	width: 13px;
	height: 13px;
}

a.jScrollArrowDown {
	background: url(../images/dn.gif) repeat-x 0 0;
}



.orange-bar .jScrollPaneTrack {
	background: #f60;
	
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/thumb.gif) no-repeat 50% 50%;
	
}
.orange-bar .scroll-pane {
	background: #69f;
	
}
			






