/* 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 {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -27px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -27px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -54px;
}


.orange-bar .jScrollPaneTrack {
				background: url(../images/osx_track.gif) repeat-y;
			}

.orange-bar .scroll-pane {

}

			.orange-bar .jScrollPaneDrag {
				background: url(../images/osx_drag_middle.gif) repeat-y;
			}
			.orange-bar .jScrollPaneDragTop {
				background: url(../images/osx_drag_top.gif) no-repeat;
				height: 8px;
			}
			.orange-bar .jScrollPaneDragBottom {
				background: url(../images/osx_drag_bottom.gif) no-repeat;
				height: 8px;
			}
			
.holder {
	float: left;
	margin:0px;


}

.scroll-pane {
	width: 965px;
	height: 300px;
	overflow: auto;

		
}

.scroll-pane p {
	margin-top:5px;

		
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 364px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}

.scrolltxt {
	padding-left:15px;
	padding-right:15px;
}
