.scroll-pane
			{
				width: 100%;
				height: 570px;
				overflow: auto;
				outline:none;
			}
.scroll-pane.alert-scroll{width:510px; height:240px; float:left;}
.scroll-pane.drop-down{width:250px; height:186px; float:left;}
.scroll-pane.featured-scroll{width:264px; max-height:186px!important; float:left;}
.scroll-pane.featured-record{width:380px; max-height:250px!important; float:left;}
.scroll-pane.shipsearch{width:330px; max-height:200px!important; float:left;}
.scroll-pane.heritage-scroll{width:450px; height:280px; float:left;}
.scroll-pane.oral-history{width:765px; height:300px; float:left;}
.scroll-pane.message-scroll{width:320px; max-height:275px; float:left;}
.scroll-pane.ethni-scroll{width:100%; max-height:55px; float:left;}
.scroll-pane.ethni-scroll-popup{width:700px; max-height:310px; float:left;}

.scroll-pane.search-woh-scroll{height:266px; float:left; overflow-x:hidden!important;}
.scroll-pane.search-woh-scroll .jspVerticalBar{right:5px;}
.scroll-pane.search-woh-scroll .jspVerticalBar .jspDrag{background:#e0e0e0;}
.scroll-pane.search-woh-scroll .jspHorizontalBar{display:none!important;}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	
	position: relative;
}

.jspDrag
{
	background: #d7dde1;
	position: relative;
	top: 0;
	right: 0;
	width:6px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 6px;
}

.jspHorizontalBar .jspArrow
{
	width: 6px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
			