/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

			
.holder {
	float: left;
	margin: 5px;
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
/*	background: #FFFFFF;*/
	float: left;
}
.scroll-pane2 {
	width: 430px;
	height: 200px;
	overflow: auto;
/*	background: #FFFFFF;*/
	float: left;
}
.scroll-pane3 {
	width: 230px;
	height: 200px;
	overflow: auto;
/*	background: #FFFFFF;*/
	float: left;
}
.scroll-pane4 {
	width: 330px;
	height: 200px;
	overflow: auto;
/*	background: #FFFFFF;*/
	float: left;
}
.wide {
	width: 400px;
}

.super-wide {
	width: 340px;
}
.tall {
	height: 400px;
}
.tall2 {
	height: 220px;
}
.tall3 {
	height: 160px;
}
.left .jScrollPaneTrack {
	left: 0;
	right: auto;
	}
.left a.jScrollArrowUp {
	left: 0;
	right: auto;
	}
.left a.jScrollArrowDown {
	left: 0;
	right: auto;
	}
