.scrollbarWrapper {
    position:absolute;
    top:0;
    right: 0;
    width: 8px;
    padding: 0 1px;
    z-index:5;
}
.scrollbar {
    position:relative;
    z-index:10; 
    overflow:visible;
    background: none;
    border: none;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
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;
    border: none;
    background: none;
    left: auto;
}
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%;
    -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	background: -moz-linear-gradient(left center, #3b3b3b 0%,#6f6f6f 100%);
	background: -webkit-gradient(linear, 0% 0%, 100% 0, from(#3b3b3b),to(#6f6f6f));
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#3b3b3b,endColorstr=#6f6f6f,GradientType=1);
}
a.ui-slider-handle:hover span.inner, a.ui-slider-handle:active span.inner {
	background: -moz-linear-gradient(left center, #626262 0%,#8c8c8c 100%);
	background: -webkit-gradient(linear, 100% 0, from(#626262),to(#8c8c8c));
	filter: progid:DXImageTransform.Microsoft.gradient( enabled='true',startColorstr=#626262,endColorstr=#8c8c8c,GradientType=1);
}
a.scrollBarArrow, a.scrollBarArrow:link, a.scrollBarArrow:visited {
    display: block;
    z-index: 1;
    overflow: hidden;
    height:0;
    width:10px;
    padding-top:12px;
}
a.scrollBarArrow:focus {outline:none;}
a.scrollBarArrow.up, a.scrollBarArrow.up:link, a.scrollBarArrow.up:visited {               
    position: absolute;                
    bottom:15px;
    right: 0;                
    background: url('../img/hotels/home.dt/up_arrow.png') center center no-repeat;	
}

a.scrollBarArrow.down, a.scrollBarArrow.down:link, a.scrollBarArrow.down:visited {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../img/hotels/home.dt/down_arrow.png') center center no-repeat;
}
