.scrollbox {
    overflow: auto;
    height: 200px;
    padding-right: 15px;
}

.vertical-track {
    width: 10px;
    background: #e4e6e3;
	border-radius:30px;
}

.vertical-handle {
    width: 10px;
}

.vertical-handle .top {
    width: 10px;
    height: 10px;
    background: url(../images/blue-vert-scrollbar.png) no-repeat;
}

.vertical-handle .bottom {
    width: 10px;
    height: 100%;
    position: absolute;
    bottom: 0;
    clip: rect(10px 10px 9999px 0);
    background: url(../images/blue-vert-scrollbar.png) no-repeat 0 bottom;
}

.horizontal-track {
    width: 100%;
    height: 10px;
    background: #e4e6e3;
    border: 1px solid #dfdfdd;
}

.horizontal-handle {
    height: 10px;
}

.horizontal-handle .left {
    width: 10px;
    height: 10px;
    background: url(../images/blue-vert-scrollbar.png) no-repeat;
}

.horizontal-handle .right {
    width: 100%;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    clip: rect(0 9999px 10px 10px);
    background: url(../images/blue-vert-scrollbar.png) no-repeat right 0;
}

.corner {
    width: 10px;
    height: 10px;
    background: #e4e6e3;
    border: 1px solid #dfdfdd; 
}