/* 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/basic_arrow_up.jpg) no-repeat 0 0;*/
}
a.jScrollArrowDown {
/*	background: url(../images/basic_arrow_down.jpg) no-repeat 0 0;*/
}
.holder {
	margin: 10px;
}
.scroll-pane {
	/*height: 420px;*/
	height: 523px;
	overflow: auto;
}
.width-controller {
	width: 450px;
	margin-left:10px;
}
.scroll-pane1 {
	height: 454px;
	overflow: auto;
}
.width-controller1 {
	width: 260px;
}
.width-controller2 {
	width: 250px;
}
.scroll-pane2 {
	height: 420px;
	overflow: auto;
}
.scroll-pane3 {
	height: 320px;
	overflow: auto;
}
.scroll-pane4 {
	/*height:170px;*/
	height:183px;
	overflow: auto;
}
.width-controller3 {
	width: 730px;
}
.scroll-pane5 {
	height: 580px;
	overflow: auto;
}
.width-controller3 {
	width: 730px;
}
.scroll-pane5 {
	height: 580px;
	overflow: auto;
}
