#scroll{width:241px;height:386px;float:right;}
#scroll h1{color:#ffffff;background:url(../images/bg-anons-tit.gif) repeat-x left top;margin:0;padding:15px 0 0 25px;height:36px;}
.scroll-wrap{
   width:241px!important;padding:6px 0 10px 0;
   margin: 0 auto;background:#046da1 url(../images/fon-scroll.gif) repeat-x left top;
}
.scroll-pane{
    width: 230px;
    height: 430px;
    padding:0;
   overflow:auto;
}
.scroll-pane p{margin:0 12px 0 25px;padding:5px 0 5px 0;}
.scroll-pane p span{width:4px;height:7px;padding:7px 0 0 0;display:block;float:left;background:url(../images/mark-nav.gif) no-repeat left center;}
.scroll-pane .line{height:1px;margin:0 12px 0 25px;background:url(../images/line-scroll.gif) repeat-x left bottom;}
.scroll-pane a {display:block;margin:0 0 0 12px;font:12px 'Trebuchet MS', Arial;color:#ffffff;text-decoration:none;}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 9999;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 6px;
	width:14px;
	height: 100%;background:url(../images/bg-track.gif) repeat-y center top!important;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../images/drag.png) no-repeat center top;
	height:14px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px !important;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 20px !important;
}
a.jScrollArrow1 {
	width:14px;
	display: block;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	background:url(../images/but-up.gif) no-repeat center top;
	height:6px;
}
a.jScrollArrow2 {
	width:14px;
	display: block;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	background:url(../images/but-down.gif) no-repeat center top;
	height:6px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}