.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	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: 9px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 9px;
}


/*** MAC ***/
.osX .jScrollPaneTrack {
	background: url(images/heuretranquille/scroll/osx_track.gif) repeat-y;
}
#interieur_actu {
	width:177px;
	background: url(images/heuretranquille/scroll/osx_track.gif) 160px 0 repeat-y;
}


.osX .jScrollPaneDrag {
	background: url(images/heuretranquille/scroll/osx_drag_middle.gif) repeat-y;
}

.osX .jScrollPaneDragTop {
	background: url(images/heuretranquille/scroll/osx_drag_top.gif) no-repeat;
	height: 6px;
}

.osX .jScrollPaneDragBottom {
	background: url(images/heuretranquille/scroll/osx_drag_bottom.gif) no-repeat;
	height: 7px;
}

.osX a.jScrollArrowUp {
	height: 24px;
	background: url(images/heuretranquille/scroll/osx_arrow_up.png) no-repeat 0 -30px;
}

.osX a.jScrollArrowUp:hover {
	background-position: 0 0;
}

.osX a.jScrollArrowDown {
	height: 24px;
	background: url(images/heuretranquille/scroll/osx_arrow_down.png) no-repeat 0 -30px;
}

.osX 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;
}

/* IE SPECIFIC HACKED STYLES */
* html .osX .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */