/* 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: 370px; height: 475px; margin-right: 10px; margin-left: 385px; }

.scroll-pane { width: 360px; height: 475px; overflow: auto; margin-bottom: 12px; }
.scroll-pane2 { padding-left: 4px; width: 450px; height: 450px; float: left; overflow: auto; }
.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

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