﻿			.holder {
				float: left;
				background: #e21720;
				width: 635px;
			}
			
			
			#white .holder {
				float: left;
				background: #FFF;
				/* TEST POUR IE 6 */
				margin: 0;
				padding: 0;
				
				font-size: 0;
			}
			
			.scroll-pane {
				overflow: auto;
				background: #ccc;
				float: left;
				
			}
			#pane3 {
				height: 239px;
				width: 635px;
				color: #FFF;
				background: #e21720;
				padding: 0 0;
				position: relative;
				display: inline;
				float: left;

			}
				
				#white #pane3 {
				height: 199px;
																		/*width: 602px;*/
				width: 650px;
				color: #000;
				background: #FFF;
				padding: 0 0px;
				position: relative;
				}

												
			.orange-bar .jScrollPaneTrack {
				background: #e21720 url('../../images/scroll-back.gif') repeat-y top left;
				max-width: 2px;
				width: 50px;
				margin: 0 5px 0 0;
				line-height: 0;
				font-size: 0;
			}
			
				#white .orange-bar .jScrollPaneTrack {
				background: #FFF url('../../images/scroll-back-white.gif') repeat-y;
				max-width: 2px;
				margin: 0 5px 0 0;
			}

			.orange-bar .jScrollPaneDrag {
				background: #c5c5c5;
				max-width: 7px;
				max-height: 52px;
				width: 7px;
				height: 5px;
			}
						
				#white .orange-bar .jScrollPaneDrag {
				background: #ed1c24;
				width: 7px;
				height: 16px;				
				max-width: 7px;
				max-height: 52px;
				margin: 0;
				padding: 0;
				font-size: 0;
				line-height: 0;
				}




.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 7px 0 0;
	margin: 0;
}
.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;
	background-color: black;
	height: 0px;
	margin: 0;
	padding: 0;
	line-height: 0;
}
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;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}