/* 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:12px; 
  height:160px; 
  font-size:1px; 
  z-index:1;
}

#track { 
  position:absolute; left:0; top:12px;
  width:11px; 
  height:250%;
  background-color: #000;
  z-index:1;
}

#dragBar {
  position:absolute; left:1px; top:1px; 
  €border-bottom:1px solid #000;
  width:9px; height:20px;
  background-color:#7a95ec;
  z-index:1;
}  

/* Styles for demo, not necessary for scrolling layers */  
a img { border:none }

table.main { 
  width:100%; 
  height:90%; 
  margin:auto; 
  text-align:left;
}

table.main td.text, table.main { 
  vertical-align:top; 
  text-align:left 
}

td#scrollLinks  { 
  width:10px;
}
