/* 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: Georgia, "Times New Roman", Times, serif;
	color: #006600;
	font-weight: bold;
	font-size: 12px;
}

a.jScrollArrowUp {
	background: url(../images/btn-up.gif) repeat-x 0 0;
}

a.jScrollArrowDown {
	background: url(../images/btn-dn.gif) repeat-x 0 0;
}

.orange-bar .jScrollPaneTrack {
	background: #fff;
}
.orange-bar .jScrollPaneDrag {
	  background: url(../images/track.gif) repeat-y;
	
}
.orange-bar .scroll-pane {
	background: #fff;
}
			
.holder {
	float: left;
	margin: 10px;
}



.wide {
	width: 560px;
}

.super-wide {
	width: 560px;
}

.tall {

	height: 160px;
}

#pane1 {
width: 560px;
}
