To put it simple, this is what i want (obtained on a Webkit Browser using -webkit-scrollbar) :
An
Would be nice if you could supply a fiddle. Nevertheless, you shoud try changing the box-sizing on the container to border-box (if not already done):
box-sizing: border-box;