
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-left:0px;
	margin-top:0px;

}
#subnav .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 100;
	margin-left:-45px;
	margin-top:0px;
	padding-left:15px;
}
#actua2 .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 100;
	margin-left:0px;
	border:0px solid #cc0000;

}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
	opacity : 1;
	z-index: 150;
}
#subnav .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0px;
	top: 0px;
	height: 100%;
	/*background: #f5f5f5;*/
	width:30px; z-index: 200;
	background: url(../img/trait_blanc.png) repeat-y 50% 0%;
	
}
.jScrollPaneDrag {
	position: absolute;
	background: #f5a219;
	cursor: pointer;
	overflow: hidden;
	height:30px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 150;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	z-index: 150;
}
a.jScrollArrowUp:hover {
	/*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: 9px;
	z-index: 150;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/** **/
			.magenta .jScrollPaneTrack {
				background: url(../img/trait_blanc.png) repeat-y 50% 0%;
				width:30px;
			}
			.magenta .jScrollPaneDrag {
				background: url(../img/slider_rouge.png) no-repeat;
				width:30px;
				height:30px;
			}
			.cyan .jScrollPaneTrack {
				background: url(../img/trait_blanc.png) repeat-y 50% 0%;
				width:30px;
			}
			.cyan .jScrollPaneDrag {
				background: url(../img/slider_cyan.png) no-repeat;
				width:30px;
				height:30px;
			}
			.bleu .jScrollPaneTrack {
				background: url(../img/trait_blanc.png) repeat-y 50% 0%;
				width:30px;
			}
			.bleu .jScrollPaneDrag {
				background: url(../img/slider_bleu.png) no-repeat;
				width:30px;
				height:30px;
			}
			.vert .jScrollPaneTrack {
				background: url(../img/trait_blanc.png) repeat-y 50% 0%;
				width:30px;
			}
			.vert .jScrollPaneDrag {
				background: url(../img/slider_vert1.png) no-repeat;
				width:30px;
				height:30px;
			}
			.vert2 .jScrollPaneTrack {
				background: url(../img/trait_blanc.png) repeat-y 50% 0%;
				width:30px;
			}
			.vert2 .jScrollPaneDrag {
				background: url(../img/slider_vert2.png) no-repeat;
				width:30px;
				height:30px;
			}
			.vert3 .jScrollPaneTrack {
				background: url(../img/trait_blanc.png) repeat-y 50% 0%;
				width:30px;
			}
			.vert3 .jScrollPaneDrag {
				background: url(../img/slider_vert3.png) no-repeat;
				width:30px;
				height:30px;
			}
			.orange .jScrollPaneTrack {
				background: url(../img/trait_blanc.png) repeat-y 50% 0%;
				width:30px;
			}
			.orange .jScrollPaneDrag {
				background: url(../img/slider_orange.png) no-repeat;
				width:30px;
				height:30px;
			}
			.jaune .jScrollPaneTrack {
				background: url(../img/trait_blanc.png) repeat-y 50% 0%;
				width:30px;
			}
			.jaune .jScrollPaneDrag {
				background: url(../img/slider_jaune.png) no-repeat;
				width:30px;
				height:30px;
			}
			/*.jScrollPaneDragTop {
				background: url(../img/osx_drag_top.gif) no-repeat;
				height: 3px;
			}
			.jScrollPaneDragBottom {
				background: url(../img/osx_drag_bottom.gif) no-repeat;
				height: 3px;
			}*/
			/*a.jScrollArrowUp {
				height: 14px;
				background: url(../img/osx_arrow_up.png) no-repeat 0 -16px;
			}
			a.jScrollArrowUp:hover {
				background-position: 0 0;
			}
			 a.jScrollArrowDown {
				height: 16px;
				background: url(../img/osx_arrow_down.png) no-repeat 0 -16px;
			}
			a.jScrollArrowDown:hover {
				background-position: 0 0;
			}
			
			.left .jScrollPaneTrack {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowUp {
				left: 0;
				right: auto;
			}
			.left a.jScrollArrowDown {
				left: 0;
				right: auto;
			}*/

