div.scrollholder
{
    position: relative;
    width: 148px; height: 450px;
    overflow: auto;
    z-index: 1;
}

div.scroll
{
    position: absolute;
    left: 0; top: 0;
    width: 80%;
    z-index: 2;
    margin:5px;
}

/* <Scroll> */
div.track
{
    position: relative;
    float:right;
    top: 0; 
    width: 5px; 
    height: 100%;
    font-size: 0;
    z-index: 3;
    background: black;
}

div.drag_bar
{
    position: absolute;
    width: 100%; height: 14px;
    cursor: pointer;
    z-index: 4;
    background: red;
}  

#operaBug
{
    overflow: hidden;
}




/** Secondo tipo di Barra **/

.Container {
  position: absolute;
  width: 148px;
  height: 450px;
  background-color: white;
}
#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 138px;
  height: 450px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: black;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Track {
  position: absolute;
  width: 5px; height: 450px;
  margin-left: 145px;
  background-color: black;
}
.Scrollbar-Handle {
  position: absolute;
  top: 0px; left: 0px;
  width: 5px; height: 50px;
  background-color: red;
}

/** FINE Secondo tipo di Barra **/