/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a.jScrollArrowUp {
	background: url(../../images/up-scroll.png) no-repeat 0 0;
	width:26px;
	height:27px;
}
a.jScrollArrowUp:hover {
}
a.jScrollArrowDown {
	background: url(../../images/down-scroll.png) no-repeat 0 0;
	width:26px;
	height:27px;
}


.orange-bar .jScrollPaneTrack{}
.orange-bar .jScrollPaneDrag {}
.orange-bar .scroll-pane 		 {}
			

