/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */



a.jScrollArrowUp {
	width:12px;
	height:12px;
	display:block;
	background-image:url(../js/scrollup.gif);

}
/*
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
*/
a.jScrollArrowDown {
	width:12px;
	height:12px;
	display:block;
	background-image:url(../js/scrolldown.gif);
}
/*
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
*/


.orange-bar .jScrollPaneTrack {
	background-color: #f60;
	
}
.orange-bar .jScrollPaneDrag {
	background-color: #00f url(../images/drag_grab.gif);
}
.orange-bar .scroll-pane {
	background-color: #69f;
}
			
.holder {
	float: right;
	width:525px;
	clear: both;
	height:auto;
}
.holder1 {
	float: right;
	border-bottom: 1px solid #a0b1cf;
	border-top: 1px solid #a0b1cf;
	border-left: 1px solid #a0b1cf;
	width:449px;
	clear: both;
}

.scroll-pane {
	float: right;
	width: 530px;
	z-index: 0;
	padding:2px;
	padding-right:3px;
	height: 650px;
	overflow: auto;
}
.scroll-pane2 {
	overflow: auto;
	float: right;
	height: 500px;
	width: 440px;
	z-index: 0;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
	
}
#pane2 {
	
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
