/*Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example*/
#pane3-scroll-targets
{
	margin-left: 40px;
	text-decoration: underline;
	line-height: 1.4;
	color: #BF9F9F;
}
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;
}
.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;
}
.holder
{
	float: left;
}
.scroll-pane
{
	width: 200px;
	height: 200px;
	overflow: auto;
	float: left;
}
.wide
{
	width: 450px;
}
.superwide
{
	width: 550px;
}
.historywidth
{
	width: 560px;
}
.clientwidth
{
	width: 508px;
}
.testimonials
{
	width: 590px;
}
.tall
{
	height: 400px;
}
#scrollpanel1
{
	height: 150px;
}
#scrollpanel2
{
	height: 210px;
}
#scrollpanel4
{
	height: 210px;
}
#scrollpanel3
{
	height: 340px;
}
#pane4
{
	height: 190px;
}
