





.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height:190px!important;	
	width:300px!important;	
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../../images/linescroll.gif) repeat-y center;
}


.jScrollPaneDrag {
	position: absolute;
/*	background: #666;*/
width:7px!important;
left:3px;
height:23px!important;
	cursor: pointer;
	overflow: hidden;
	background-image:url(../../images/scroll.gif);
/*	width: 13px !important;
	height: 20px !important;*/
}
	
	

.scroll_politica {

	background: transparent url(../../../images/img_scroll_poli.gif) no-repeat center!important;

}

.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: -1px;
	text-indent: -2000px;
	overflow: hidden;
	width:13px;
	height: 7px;
	background:url(../../images/arrowup.gif) no-repeat;}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	background:url(../../images/arrrowndown.gif) no-repeat;
	display: block;
	width:13px!important;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -1px;
	text-indent: -2000px;
	overflow: hidden;
	height: 7px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}