/* 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 -22px -0px;
	
	
}
a.jScrollArrowUp:hover {
	background-position:  -22px -0px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 22px -0;
	
}
a.jScrollArrowDown:hover {
	background-position: 22px -0px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: -24px -0px;
}


.orange-bar .jScrollPaneTrack {
	background: #62c1e4;

		
}
.orange-bar .jScrollPaneDrag {
	background:#62c1e4 ;
	
	
}
.orange-bar .scroll-pane {
	background: #62c1e4;
	width:22px;
	
}
			


.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: scroll;
	float: left;
	
}

.wide {
	width:440px;
}

.super-wide {
	width:440px;
	
}

.super-wide1 {
	width:690px;
	
}
.tall {
	height:370px;
	color:#333333;
	font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

.tall1 {
	height:420px;
	color:#333333;
	font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
}


#pane1 {


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