
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: transparent url(/images/designtest/dropdown/dd_sb_stretch.png) repeat-y 50% 0px;
	width: 14px;
}
.jScrollPaneDrag {
	background: transparent url(/images/designtest/dropdown/dd_sb_drag_stretch.png) repeat-y 50% 0px;
	width: 13px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.jScrollPaneDragTop {
	background: transparent url(/images/designtest/dropdown/dd_sb_drag_top.png) no-repeat 50% 0px;
	width: 13px;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	background: transparent url(/images/designtest/dropdown/dd_sb_drag_bottom.png) no-repeat 50% 100%;
	width: 13px;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	background: transparent url(/images/designtest/dropdown/dd_sb_top.png) no-repeat 50% 0px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 7px;
	width: 14px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	background: transparent url(/images/designtest/dropdown/dd_sb_bottom.png) no-repeat 50% 0px;
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 11px; /* the picture is 7px, but the extra height gives air between the bottom and the scrollbar */
	width: 14px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
