/* 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: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	width: 396px;
	height: 458px;
	overflow: auto;
	float: left;
}
#pane2 {
	height: 100px;
	width:327px;
}
#pane3 {
	width: 367px;
	height: 108px;
}
#textp {
	width: 348px;
	height: 403px;
}
#pane32 {
	width: 367px;
	height: 108px;
}
#newss {
	width: 442px;
	height: 150px;
}
#newss2 {
	width: 442px;
	height: 150px;
}
#pane4 {
	height: 440px;
}
#pane5 {
	height: 440px;
}
