<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 0;
	height: 100%;
	width:10px !important;
	background-image:url(/bitrix/templates/globest/images/v_scroll.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	width:10px !important;
	height:32px !important;
	right:0px;
	background-image:url(/bitrix/templates/globest/images/v_drag.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	cursor:pointer;
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right:-4px;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(/bitrix/templates/globest/images/s_arrow_top.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:5px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right:-4px;
	text-indent: -2000px;
	overflow: hidden;
	background-image:url(/bitrix/templates/globest/images/s_arrow_bottom.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:4px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}</pre></body></html>