/* CSS Document */
/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:343px; height:358px; 
  z-index:100; 
	}

div#hold1	{ 
	position:relative; overflow:hidden;
	width:230px; height:157px; 
  z-index:100; 
	}
	
	div#hold2	{ 
	position:relative; overflow:hidden;
	width:230px; height:100px; 
  z-index:100; 
	}


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

    div#wn1	{ 
	position:absolute; 
	left:1px; top:3px; 
	width:230px; height:160px; 
	clip:rect(0px, 200px, 160px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
	
	div#wn2	{ 
	position:absolute; 
	left:1px; top:3px; 
	width:230px; height:100px; 
	clip:rect(0px, 200px, 160px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}


div.content { 
	position:absolute; visibility:hidden;
	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 { 
  position:relative; left:0; top:0;
  width:17px; height:350px; 
  font-size:1px; z-index:1;
  }

 div#scrollbar1 { 
  position:relative; left:0; top:0;
  width:17px; height:160px; 
  font-size:1px; z-index:1;
  }
  
  
   div#scrollbar2 { 
  position:relative; left:0; top:0;
  width:17px; height:100px; 
  font-size:1px; z-index:1;
  }




div#track { 
  position:absolute; left:3; top:10px;
  width:12px; height:335px;
  background-image:url(../scrall_line.gif);
  background-repeat:repeat-y;
  background-position:center;
  z-index:1;
  }



 div#track1 { 
  position:absolute; left:3; top:10px;
  width:12px; height:140px;
  background-image:url(../scrall_line.gif);
  background-repeat:repeat-y;
  background-position:center;
  z-index:1;
  }
  
   div#track2 { 
  position:absolute; left:3; top:10px;
  width:12px; height:80px;
  background-image:url(../scrall_line.gif);
  background-repeat:repeat-y;
  background-position:center;
  z-index:1;
  }



div#dragBar {
  position:absolute; left:1px; top:5px;
  width:12px; height:74px;
  /*background-image:url(../slider.png);
  background-position:50% 50%;
  background-repeat:no-repeat;
  /*background-color:#ceced6;*/
  z-index:1;
  } 


div#dragBar1 {
  position:absolute; left:0px; top:5px;
  width:10px; height:60px;
  /*background-image:url(../slider.png);
  background-position:50% 50%;
  background-repeat:no-repeat;
  /*background-color:#ceced6;*/
  z-index:1;
  }  

div#dragBar2 {
  position:absolute; left:0px; top:5px;
  width:10px; height:40px;
  /*background-image:url(../slider.png);
  background-position:50% 50%;
  background-repeat:no-repeat;
  /*background-color:#ceced6;*/
  z-index:1;
  }  

 
