/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/


/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:150;
	  width:11px; 
	  /* hauteur  */
	  height:100px; 
  font-size:1px; z-index:1;
  }
div#track {
	position:absolute;
	left:5px;
	top:0px;
	width:1px;
	height:98px;
	background: url("img/track.gif") #ffffff  repeat;/* #3e2f26 */
	z-index:1;
	
  }
div#dragBar {
  position:absolute; left:-5px; top:0px;
  width:8px; height:1px;
  background-color:#ffffff;
  border-right: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  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 }  

div#hold	{
	position:relative;
	overflow:hidden;

	width:480px;
	height:302px;
	z-index:1;
	}
div#wn	{ 
	position:absolute;	
	left:0px; top:0px;
	width:470px; height:302px;
	clip:rect(0px, 465px, 302px, 0px); 
	overflow:hidden;
	z-index:1;
	}
div.contents {
	left:0px;
	top:0px;
	z-index:1;
	padding:12px;
	position:absolute;
	}

#map_canvas {
position: absolute;
right:15%;top:56%;
}

