/* Tiny Scrollbar */
#scrollbar1 { width: 520px; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 500px; height: 200px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#scrollbar1 .track { background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#scrollbar1 .disable { display: none; }
/*
::-webkit-scrollbar{
    width:5px;
}
 
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0, 147, 221); 
}
*/


.brandLftDtl {/* max-height: 120px; *//* overflow: hidden; *//* max-height: 120px; */display: none;}
.brandLftDtl .viewport {/* width: 500px; *//* height: 100px; *//* overflow: hidden; *//* position: relative; *//* height: auto; */}
.brandLftDtl .overview {/* list-style: none; *//* position: absolute; *//* left: 0; *//* top: 0; *//* padding: 0; *//* margin: 0; *//* width: 100%; *//* height: auto; */max-height: 85px;overflow-y: scroll;}
.brandLftDtl .scrollbar{/* background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; *//* position: relative; *//* background-position: 0 0; *//* float: right; *//* width: 5px; *//* min-height: 100%!important; */}
.brandLftDtl .track {background: transparent url(../images/bg-scrollbar-trackend-y-a.png) no-repeat 0 100%;height: 100%;width: 13px;position: relative;padding: 0 1px;}
.brandLftDtl .thumb {background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat center top;/* height: 20px!important; */width: 5px;cursor: pointer;overflow: hidden;position: absolute;top: 0;left: 0;}
.brandLftDtl .thumb .end {/* background: transparent url(../images/bg-scrollbar-thumb-ya-a.png) no-repeat 50% 0; *//* overflow: hidden; *//* height: 5px; *//* width: 25px; */}

