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

body {

}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


.orange-bar .jScrollPaneTrack {
	background:  url(./images/drag_grab.gif) no-repeat 50% 50%; /* #ff9f43   */
}
.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 {
	width: 300px;
	height: 180px;
	overflow: auto;
	float: left;
}
.scroll-pane2 {
	width: 420px;
	height: 460px;
	overflow: auto;
	float: left;
}
.scroll-pane1 {
	width: 700px;
	height: 280px;
	overflow: auto;
	float: left;
}
.wide {
	width: 250px;
}
.wide2 {
	width: 420px;
}

.super-wide {
	width: 250px;
}

#pane1 {
    width:250px;
    height: 180px;

}

.scroll-pane4 {
	width: 650px;
	height: 80px;
	overflow: auto;
	float: left;
}
.super-wide4 {
	width: 650px;
}

#pane2 {
    width:650px;
    height: 80px;

}
