/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

.jScrollPaneTrack {
background: url(images/osx_track.gif) repeat-y;
}
.jScrollPaneDrag {
background: url(img/drag_mid.jpg) repeat-y;
}
.jScrollPaneDragTop {
background: url(img/drag_top.jpg) no-repeat;
height: 5px;
}
.jScrollPaneDragBottom {
background: url(img/drag_bottom.jpg) no-repeat;
height: 4px;
}
a.jScrollArrowUp {

background: url(img/arrow_up.jpg) no-repeat 0 0;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
}

a.jScrollArrowDown {
height: 10px;
background: url(img/arrow_down.jpg) no-repeat 0 0;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
}
		
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {

	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}


