::-webkit-scrollbar {
height:10px;
width:27px;
background-color: #colorcode;
}
::-webkit-scrollbar-thumb:vertical {
height: 32px;
background-color: #151515;
background-image:url('http://i35.photobucket.com/albums/d175/randomhero6979/invader-2.png');
background-repeat:no-repeat;
border: 1px solid #colorcode;
background-position:center;
-webkit-border-radius: 20px;
}