@charset "shift_jis";
/* 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: 80%;
}
.jScrollPaneContainer {
	position: relative;
	height: 134px;
	overflow: hidden;
}

a.jScrollArrowUp {
	background: url(../img/basic_arrow_up.gif) 0 0 no-repeat;
}
a.jScrollArrowDown {
	background: url(../img/basic_arrow_down.gif) 0 0 no-repeat;
}


.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
	margin: 1px 0 0 0;
}
.jScrollPaneContainer {
	margin: 1px 0;
}
.scroll-pane {
	text-align: left;
	font-size: 86%;
	position: relative;
}
	.scroll-pane p {
		padding: 8px 5px 0 10px;
	}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}
#pane2 {
	height: 132px;
	width: 203px;
	padding: 1px 0 0 0;
}