
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	outline: none;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #A05020;
}
.jScrollPaneDrag {
	position: absolute;
	background: purple;
	cursor: pointer;
	overflow: hidden;
	outline: none;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	outline: none;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowUp:hover {

}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}
a.jScrollArrowDown:hover {
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {

}



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;
}


.holder2 {
	width: 450px;
	position: absolute;
	left: 525px;
	top: 125px;
	outline: none;
}
.holder3 {
	width: 965px;
	position: absolute;
	left: 25px;
	top: 125px;
	outline: none;
}
.holder4 {
	width: 450px;
	position: absolute;
	left: 525px;
	top: 125px;
	text-align: left;
	outline: none;
}
.scroll-pane2 {
	width: 450px;
	overflow: auto;
	text-align: left;
	outline: none;

}

.scroll-pane3 {
	width: 965px;
	overflow: auto;
	text-align: left;
	outline: none;

}
.scroll-pane4 {
	width: 450px;
	overflow: auto;
	text-align: left;
	outline: none;
}


#pane2 {
	height: 600px;
	outline: none;
}
#pane3 {
	height: 600px;
	outline: none;
}
#pane4 {
	margin-top: 20px;
	height: 550px;
	outline: none;
}



.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
