/* 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-image: url(../images/ScrollBar_Up_Arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 0;
	height: 20px;
	width: 20px;
}
a.jScrollArrowDown {
	background-image: url(../images/ScrollBar_Down_Arrow.png);
	background-repeat: no-repeat;
	background-position: 1px 0;
	height: 20px;
	width: 20px;
}
.jScrollPaneTrack {
	background-image: url(../images/Srollbar_Track.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	height: 366px;
}
.jScrollPaneDrag {
	background-image: url(../images/ScrollBar_Slider.png);
	background-repeat: no-repeat;
	height: 52px;
	width: 13px;
}

#scrollabel{
	width:930px;
	height: 385px;
	overflow: auto;
	float: left;
}