/* 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;
}
			


.scroll-pane {
	width: 500px;
	height: 500px;
	overflow: auto;
	float: left;
}

.text {
	height: 225px;
	width: 660px;
	float: right;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	overflow: auto;
}
.text h1 {
	color: #0daeb3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: normal;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {

}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}

