/* Tiny Scrollbar */

#scrollbar1 .viewport { width: 440px; height: 260px; overflow: hidden; position: relative; }
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0 25px; margin: 0; width: 410px;}
#scrollbar1 .scrollbar{ background: #ffffff; position: absolute; background-position: 0 0; right:-15px; width: 1px; }
#scrollbar1 .track { height: 100%; width:1px; position: relative; padding: 0 1px; }
#scrollbar1 .thumb { background: #ffffff ;height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -4px; }
#scrollbar1 .thumb .end { background: #ffffff; overflow: hidden; height: 5px; width: 1px; }
#scrollbar1 .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

#scrollbar2 { width: 100%; }
#scrollbar2 .viewport { overflow: hidden; position: relative; }
#scrollbar2 .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; min-height: 472px; }
#scrollbar2 .overview .step-img { position: relative; height: 100%; float: left; }
#scrollbar2 .scrollbar{ background: #e4ddd5; position: relative; background-position: 0 0; float: right; width: 1px; }
#scrollbar2 .track { height: 100%; width:1px; position: relative; padding: 0 1px; }
#scrollbar2 .thumb { background: #e4ddd5; height: 8px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -4px; top: -8px; }
#scrollbar2 .thumb .end { height: 0px; width: 0px; }
#scrollbar2 .disable { display: none; }

#scrollNavList { }
#scrollNavList .viewport { overflow: hidden; position: relative; }
#scrollNavList .overview {  position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollNavList .overview .step-img { position: relative; height: 100%; float: left; }
#scrollNavList .scrollbar{ background: #e4ddd5; position: relative; background-position: 0 0; margin-right: 15px;float: right; width: 1px; z-index:500;}
#scrollNavList .track { height: 100%; width:1px; position: relative; padding: 0 1px; }
#scrollNavList .thumb { background: #bdbdbd;
height: 8px;; height: 8px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -4px; top: -8px; }
#scrollNavList .thumb .end { height: 0px; width: 0px; }
#scrollNavList .disable { display: none; }


.bootique-bg #scrollbar1 { float: left; margin: 0; }


.how-work-info { position: absolute; width: 460px; margin: /*280px*/ 12% auto 20px; }
.how-work-info .viewport { width: 440px; height: 260px; overflow: hidden; position: relative; }
.how-work-info .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
.how-work-info .overview .inside { color: #000; }
.how-work-info .scrollbar { background: #e4ddd5; position: relative; background-position: 0 0; float: right; width: 1px; }
.how-work-info .track { height: 100%; width:1px; position: relative; padding: 0 1px; }
.how-work-info .thumb { background: #e4ddd5 ;height: 20px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -4px; }
.how-work-info .thumb .end { background: #e4ddd5; overflow: hidden; height: 5px; width: 1px; }
.how-work-info .disable { display: none; }