
/* SCROLL ############################################################### */

#container {
  position: relative;
  height:435px;
  overlflow: hidden;
}

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

div#wn  {
  position:absolute;
  width:330px;
  height:535px;
  clip:rect(0px, 470px, 392px, 0px);
  overflow:hidden;
  z-index:1;
  margin-top: 5px;
}
div#wn2  {
  position:absolute;
  width:330px;
  height:335px;
  clip:rect(0px, 470px, 292px, 0px);
  overflow:hidden;
  z-index:1;
  margin-top: 5px;
}
div.content_scroll {
  position:absolute;
 /* visibility:hidden;*/
  z-index:1;  
}

div#scrollbar {
  position:relative;
  width:7px;
  height:385px;
  z-index:200;
  float: right;
  margin:0;
  }

div#track {
  position:absolute;
  left:-1px;
  top:12px;
  width:7px;
  height:356px;
  z-index:1;
  cursor: pointer;
}

div#dragBar {
  position:absolute;
  left:0px;
  top:0px;
  width:7px;
  height:150px;
  background-color: #041522;
  z-index:1;
  cursor: pointer;
}
div#scroll-background{
 position:absolute; left:3px; top:0;
 
 height: 100%;
 border-left: 1px dashed #041522; 
}
div#up { position:absolute; left:0; top:0; z-index:2;}
div#down { position:absolute; left:0; bottom:0; z-index:3;}