/* 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-color: transparent; background-repeat: repeat-x; background-attachment: scroll; background-position: 0 0; }
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag { background-color: #00f; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }.holder { width: 98%; height: 475px; margin-right: 10px; margin-bottom: 10px; margin-left: 4px; }

.scroll-pane { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 98%; height: 475px; overflow: auto; padding-left: 4px; }
.scroll-pane2 { background: #fff; padding-left: 4px; width: 90%; height: 345px; overflow: auto; }
.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
