/* $id$ */

/**
 * @file
 * Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr>
 * http://www.absyx.fr
 */

div.scrollbarpaper-container
{
	
	right: -25px !important;
}


div.scrollbarpaper-container
{
  position: absolute;
  z-index: 1;
}

div.scrollbarpaper-track
{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

div.scrollbarpaper-drag
{
        position: absolute;
  width: 100%;
  height: 100px;
}

div.scrollbarpaper-drag-top
{
  position: absolute;
  top: 0;
  width: 100%;
}

div.scrollbarpaper-drag-bottom
{
  position: absolute;
  bottom: 0;
  width: 100%;
}




div.scrollbarpaper-container {
    position: absolute;
    z-index: 1;
}
div.scrollbarpaper-track {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
div.scrollbarpaper-drag {
    height: 100px;
    position: absolute;
    width: 100%;
}
div.scrollbarpaper-drag-top {
    position: absolute;
    top: 0;
    width: 100%;
}
div.scrollbarpaper-drag-bottom {
    bottom: 0;
    position: absolute;
    width: 100%;
}
div.scrollbarpaper-container {
    border: 1px solid #999;
	background-color:white;
}
div.scrollbarpaper-track {
    width: 17px;
	/*
	background-image:url("scrollbar-track.png"),
*/
	
}
div.scrollbarpaper-drag {
/*
	background-image: url("scrollbar-drag.png");
	background-repeat:repeat-y;

*/
	background-color:#e9e9ea;	

	
    margin-left: 2px;
    position: absolute;
    width: 15px;
	
}
div.scrollbarpaper-drag-top {
	display:none;
    background: url("scrollbar-drag-top.png") no-repeat scroll 0 0 transparent;
    height: 8px;
	margin-top:-8px;
}
div.scrollbarpaper-drag-bottom {
	display:none;
	background: url("scrollbar-drag-bottom.png") no-repeat scroll 0 0 transparent;
    height: 9px;
		position:absolute;
		bottom:-9px;	

}
.scrollbarpaper-visible {
    padding-right: 13px;
}
