.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(/images/australia/scrollBarBg.png) repeat-y center
}
.jScrollPaneDrag {
	position: absolute;
	width:21px;
	height:21px;
	background:url(/images/australia/scrollBarPad.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top:36px;
	right: 13px;
	text-indent: -2000px;
	background:url(/images/australia/scrollBarArrowUp.png) no-repeat;
	overflow: visible;
	height: 21px;
	width:21px;
}

.yb a.jScrollArrowUp
{
	display: block;
	position: absolute;
	z-index: 1;
	top:36px;
	right: 16px;
	text-indent: -2000px;
	background:url(/images/australia/scrollBarArrowUp.png) no-repeat;
	overflow: visible;
	height: 21px;
	width:21px;
}

.bb a.jScrollArrowUp
{
	display: block;
	position: absolute;
	z-index: 1;
	top:36px;
	right: 14px;
	text-indent: -2000px;
	background:url(/images/australia/scrollBarArrowUp.png) no-repeat;
	overflow: visible;
	height: 21px;
	width:21px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom:37px;
	right: 13px;
	text-indent: -2000px;
	overflow: visible;
	background:url(/images/australia/scrollBarArrowDown.png) no-repeat;
	/*background-color: #666;*/
	height: 21px;
	width:21px;
}
.yb a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom:37px;
	right: 16px;
	text-indent: -2000px;
	overflow: visible;
	background:url(/images/australia/scrollBarArrowDown.png) no-repeat;
	/*background-color: #666;*/
	height: 21px;
	width:21px;
}
.bb a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom:37px;
	right: 14px;
	text-indent: -2000px;
	overflow: visible;
	background:url(/images/australia/scrollBarArrowDown.png) no-repeat;
	/*background-color: #666;*/
	height: 21px;
	width:21px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
