/*{ Image address ( C:\Visual Studio\Results\Web\Activated\Hexgraphic-Engine\Frameworks\Java\Hexazero.Java.Script.Test.unit\Hexazero.Java.Script.Test.unit\Scripts\styles\textures )}*/


::-webkit-scrollbar {
height: 11px;
width: 8px;
background-color: #333;
height:8px;
/*padding-top:100px;*/

overflow: visible;
}
    ::-webkit-scrollbar-corner {
    display: none;
    height:20px;
     
}
::-webkit-scrollbar-button {
background-size: 100%;
height: 10px;
width: 10px;
/*-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);*/
}

::-webkit-scrollbar-button:horizontal:increment {

 
}

::-webkit-scrollbar-button:horizontal:decrement {
 
}

::-webkit-scrollbar-button:vertical:increment {
background-repeat: no-repeat;
background-position: center;
background-size: auto;

/*background-image: url( );*/
}

::-webkit-scrollbar-button:vertical:decrement {
background-repeat: no-repeat;
background-position: center;
background-size: auto;
/*background-image: url( );*/
background-color:transparent;
/*border-top: 1px solid #444;*/
}
::-webkit-scrollbar-button:vertical:decrement:hover, ::-webkit-scrollbar-button:vertical:increment:hover {
background-color:#2954b9;
}
::-webkit-scrollbar-button {
display: none;
height:0px;
visibility: hidden;
/*background-color: #333;*/
width:0px;

}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: block;
}

::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
display: none;

}
::-webkit-scrollbar-track {
-moz-background-clip: border;
-webkit-background-clip: border;
background-clip: padding-box;
background-color:#000;
 
border-radius:2px;
}
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal {
border-left-width: 0;
border-right-width: 0;
}

::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
/* border-width:2px;
border-style: solid;
border-color: transparent;*/
}
::-webkit-scrollbar-thumb {
/**/
/*background-clip: padding-box;
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,1);*/
background-color: #333;
border-width: 2px;
border-style: solid;
border-color: #000;
min-height: 28px;
/*padding-top: 100px;*/
border-radius: 4px;
}

        ::-webkit-scrollbar-thumb:hover {
    /*    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);*/
        background-color:#CCC;
        background-image:none;
    }

        ::-webkit-scrollbar-thumb:active {
       /* -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.35);*/
        background-color:#666;
    }

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
/*border-width: 2px;
border-left-width: 2px;
border-right-width: 2px;*/
}

