.jScrollPaneContainer {
	/* capa general de contingut */
	position: relative;
	overflow: hidden;
	z-index: 1;
	
}

.jScrollPaneTrack {
	/* background del scroll */
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image:url(../images/carril_scroll.gif);
	background-repeat:repeat-y;
	background-position:center;
	/*background: #aaa;*/
		
}
.jScrollPaneDrag {
	/* barra scroll */
	/*background: url(../images/barra_scroll.gif);
	background-repeat:no-repeat;*/
	position: absolute;
	background-color:#F29400;
	/*background:#F29400;*/
	cursor: pointer;
	overflow: hidden;
	/*height:38px;
	max-height:38px;*/
}
.jScrollPaneDrag:hover {
	/* barra scroll */
	/*background: url(../images/barra_scroll.gif);
	background-repeat:no-repeat;
	background-position: 0 -43px;*/
	position: absolute;
	background-color:#F5AC00;
	/*background:#F29400;*/
	cursor: pointer;
	/*height:38px;
	max-height:38px;*/
	overflow: hidden;
}

.jScrollPaneDrag:active {
	/* barra scroll */
	background: url(../images/barra_scroll.gif);
	background-repeat:no-repeat;
	max-height:38px;
	background-position: 0 -86px;
	position: absolute;
	/*background:#F29400;*/
	cursor: pointer;
	height:38px;
	overflow: hidden;
}



.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-color: #666;*/
	height: 10px;
	background: url(../images/fletxa_up_scroll.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 10px;
	background: url(../images/fletxa_down_scroll.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
	background-position: 0 -30px;
}