.scrollbarWrapper {
    position:absolute;
    top:0;
    right:0;
    width:14px;
    background-color:#000000;
    z-index:5;
}
.scrollbar {
    position:relative;
    z-index:10; 
    overflow:visible;              
}
a.ui-slider-handle, a.ui-slider-handle:link, a.ui-slider-handle:visited {
    position:absolute;
    display:block;
    width:100%;                
    overflow:hidden;                
    cursor:pointer;
    text-decoration:none;
    z-index:15;
}
a.ui-slider-handle:hover, a.ui-slider-handle:active {
    outline:none;   
}
a.ui-slider-handle:focus {outline:none;}
a.ui-slider-handle span.inner, a.ui-slider-handle:link span.inner, a.ui-slider-handle:visited span.inner {
    display:block;
    width:100%;
    height:100%;
    border-left:1px solid #5d5d5d;
    border-top:1px solid #585858;
    border-right:1px solid #1f1f1f;
	background: -moz-linear-gradient(left center, #4a4a4a 0%, #494949 100%);
	background: -webkit-gradient(linear, 0% 0%, 100% 0, from(#4a4a4a), to(#494949));
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#4a4a4a,endColorstr=#494949,GradientType=1);
}
a.ui-slider-handle:hover span.inner, a.ui-slider-handle:active span.inner {
    background: -moz-linear-gradient(left center, #4a4a4a 0%, #494949 100%);
	background: -webkit-gradient(linear, 0% 0%, 100% 0, from(#4a4a4a), to(#494949));
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#4a4a4a,endColorstr=#494949,GradientType=1);
}
a.scrollBarArrow, a.scrollBarArrow:link, a.scrollBarArrow:visited {
    display: block;
    z-index: 1;
    overflow: hidden;
    height:0;
    width:14px;
    padding-top:15px;
}
a.scrollBarArrow:focus {outline:none;}
a.scrollBarArrow.up, a.scrollBarArrow.up:link, a.scrollBarArrow.up:visited {               
    position: absolute;                
    bottom:15px;
    right: 0;                
    background: url('../images/up_arrow.png') 0 0 no-repeat;	
}
a.scrollBarArrow.up:hover {
    background-position:0 -15px;
}

a.scrollBarArrow.down, a.scrollBarArrow.down:link, a.scrollBarArrow.down:visited {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../images/down_arrow.png') 0 0 no-repeat;
}
a.scrollBarArrow.down:hover {
    background-position:0 -15px;
}
