/* 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;	
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

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


.orange-bar .jScrollPaneTrack {
	background: #c8c59a;
	
	
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #c8c59a;
	height:10px;
	
}
			
.holder {
	float: left;
	margin:0px 0 0 0px;
	height:380px;
}

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

.wide {
	width:300px;
}

.super-wide {
	width:580px;
	
}

.tall {
	height: 350px;
	
}

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