/* 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 {
	height:399px;
}
.orange-bar .jScrollPaneDrag {
	border:1px solid #FFDC94;
	border-bottom:1px solid #AA6B2E;
	border-right:1px solid #AA6B2E;
	background:url(/img/scrollbar.gif) no-repeat 50% 50%;
}

			
.holder {
	float: left;
	height:399px;
}

.scroll-pane {
	width: 848px;
	height:399px;
	overflow: auto;
	float: left;
}

#pane3 {
	height: 397px;
}

#pane4 {
	height: 397px;
}





/*SMALL SCROLL BAR */


.orange-bar2 .jScrollPaneTrack {
	height:110px;
}
.orange-bar2 .jScrollPaneDrag {
	border:1px solid #FFDC94;
	border-bottom:1px solid #AA6B2E;
	border-right:1px solid #AA6B2E;
	background:url(/img/scrollbar.gif) no-repeat 50% 50%;
}

			
.holder2 {
	float: left;
	height:110px;
}

.scroll-pane2 {
	width: 422px;
	height:110px;
	overflow: auto;
	float: left;
}

#pane32 {
	height: 110px;
}



.orange-bar3 .jScrollPaneTrack {
	height:334px;
}
.orange-bar3 .jScrollPaneDrag {
	border:1px solid #FFDC94;
	border-bottom:1px solid #AA6B2E;
	border-right:1px solid #AA6B2E;
	background:url(/img/scrollbar.gif) no-repeat 50% 50%;
}

			
.holder3 {
	float: left;
	height:255px;
}

.scroll-pane3 {
	width: 475px;
	height:255px;
	overflow: auto;
	float: left;
}

