/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */



.orange-bar .jScrollPaneTrack {background: #FFF url(/images/line.gif) no-repeat 50% 10px;}
.orange-bar .jScrollPaneDrag {background: url(/images/drag_grab.gif) no-repeat 50% 20px; height:50px;}


.orange-bar .scroll-pane {
	background: #FFF;
}


			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 450px;
	height: 300px;
	overflow: auto;
	background: #ccc;
	float: left;
}

.wide {
	width: 300px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}


#pane3 {
	height: 400px;
}

