.scroll-pane{  position: relative; padding:10px 0 0 10px;overflow:auto}
.scroll-pane strong { font-weight:bold; }

.block-small, .block-large  { position: absolute; z-index: 3; bottom: 20px; left: 20px; background: url(../i/menu_bg.png) repeat !important }
.block-small .scroll-wrap { width:510px; }
.block-small .scroll-wrap .scroll-pane { width:500px;height:164px; font-family:arial;}
.block-large .scroll-wrap { width:660px; }
.block-large .scroll-wrap .scroll-pane { width:650px;height:380px; }

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
    width: 6px !important;
    background: #E1D9DB

}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:#c93179 url(../i/drag.gif) no-repeat left top;
	height:95px
}

#content_main .jScrollPaneDrag { background:#c12610; }
#content_rest .jScrollPaneDrag { background:#eb8437; }
#content_investments .jScrollPaneDrag { background:#649f2b; }
#content_contact .jScrollPaneDrag { background:#2fa9ff; }



.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: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../i/but.gif) no-repeat center top;
	height:0px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../i/but.gif) no-repeat center top;
	height:0px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
