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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a.jScrollArrowUp {
	background-image: url(../images/basic_arrow_up.gif);
	background-repeat: repeat-x;
	background-position: 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: #b5b5bd;
		background: #6c6c71 url(../images/drag-3.png)  ;   
}
.orange-bar .jScrollPaneDrag {
	background: #6c6c71 url(../images/drag-2.png) ;
}
.orange-bar .scroll-pane {
	background: ;
}
			
.holder {
	float: right;
	left: 200px;
	top: 20px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.holder_3 {
	float: right;
	left: 200px;
	top: 20px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.scroll-pane {
	width: 400px;
	height: 400px;
	overflow: auto;
	
	float: left;
}
.scroll-pane_3 {
	width: 350px;
	height: 400px;
	overflow: auto;
	
	float: left;
}
.scroll-pane_4 {
	width: 400px;
	height: 400px;
	overflow: auto;
	
	float: left;
}
.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 300px;
}

#pane1 {
	height: 400px;
	padding-right: 115px;
	text-align: justify;
}
#pane1_3 {
	height: 400px;
	padding-right: 71px;
	text-align: justify;
}
#pane3 {
	height: 190px;
}
#pane1_3X {
	height: 400px;
	padding-right: 71px;
	text-align: justify;
	margin-top: 30px;
}#pane1_4 {
	height: 400px;
	padding-right: 99px;
	text-align: justify;
}
