/* 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%;
}

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

			
.holder {
	text-align: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4 {
	margin: 0px;
}

.scroll-pane {
	overflow: auto;
	background: #ffffff;
	text-align: left;
	width: 530px;
	height: 920px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.leftside {
	text-align: left;
}
.rtside {
	text-align: right;
	vertical-align: top;
	padding-top: 2px;
	padding-left: 15px;
}
.center {
	text-align: center;
	background-color: #EEEEEE;
	vertical-align: top;
}

.wide {
	width: 600px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 900px;
}

#pane1 {
}
#pane1 {
	height: 400px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}
