/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#hold { 
	position:relative; 
	overflow:hidden;
	width:440px; 
	height:213px; 
  	z-index:100; 
}

div#wn {
	position:absolute; 
	left:0px;
	top:0px; 
	width:440px; 
	height:213px; 
	clip:rect(0px, 440px, 213px, 0px); 
	overflow:hidden;	
	z-index:1; 
}

div#company_hold { 
	position:relative; 
	overflow:hidden;
	width:440px; 
	height:341px; 
  	z-index:101; 
}

div#company_wn { 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:440px; 
	height:341px; 
	clip:rect(0px, 440px, 341px, 0px); 
	overflow:hidden;	
	z-index:1; 
}

div#energy_hold { 
	position:relative; 
	overflow:hidden;
	width:440px; 
	height:135px; 
  	z-index:102; 
}

div#energy_wn { 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:440px; 
	height:135px; 
	clip:rect(0px, 440px, 135px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
	
table.main { 
	width:440px; 
	margin:auto; 
	text-align:left;
}

div.content { 
	position:absolute; 
	visibility:hidden;
	text-align:left;
	left:0px; 
	top:0px; 
	z-index:1; 
}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { /* le container */
	position:relative; 
	left: 0; 
	top: 60px;
	width: 11px;	
	height: 190px; 
	font-size: 1px; 
	z-index: 1;
}
  
div#track {  /* le fond */
	position: absolute; 
	left: 0; 
	top: 10px;
	width: 11px; 
	height: 170px;
	background: url("../images/track.jpg") #e6e5e5 repeat;
	z-index:1;
}

div#energy_scrollbar { /* le container */
	position:relative; 
	left: 0; 
	top: 30px;
	width: 11px;	
	height: 125px; 
	font-size: 1px; 
	z-index: 1;
}
  
div#energy_track {  /* le fond */
	position: absolute; 
	left: 0; 
	top: 10px;
	width: 11px; 
	height: 115px;
	background: url("../images/track.jpg") #e6e5e5 repeat;
	z-index:1;
}
  
div#dragBar { /* le petit carre qui bouge */
	position:absolute; 
	left:1px; 
	top:1px;
	width:9px; 
	height:20px;
	background-color: #ff9933;
	z-index:1;
}  
  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  

a img { border:none }

td#scrollLinks  { width:12px }
