/* 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(../../top.png) repeat-x 0 0;
	margin-right: 1px;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../../bottom.png) repeat-x 0 0;
	margin-right: 1px;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}



.orange-bar .jScrollPaneTrack {

}
.orange-bar .jScrollPaneDrag {

}
.orange-bar .scroll-pane {

}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 680px;
	height: 430px;
	overflow: auto;

	float: left;
}

.wide {
	width: 430px;
}

.super-wide {
	width: 680px;
}

.tall {
	height: 430px;
}

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