/* 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}

a.jScrollArrowUp {
	background-image: url(../images/scroll/basic_arrow_up.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background-image: url(../images/scroll/basic_arrow_down.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
			
.holder {
	float: left;
	height: 260px;
	width: 515px;
	position: absolute;
	left: 28px;
	top: 171px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.scroll-pane {
	width: 200px;
	height: 200px;
	overflow: auto;
	background: #ccc;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
#pane2 {
	height: 260px;
	width: 515px;
	background-color: #FFFFFF;
	position: absolute;
}
