/* Tiny Scrollbar */
#scrollbar1 { width: 240px; position:absolute;
   /* width:280px; height:200px;*/
background-image:url(../images/appartments_bg.png);
width:240px;
height:150px;
margin-top:0px;
border:2px solid #ccc;
/*margin-left:30px;*/  }
#scrollbar1 .viewport { width:220px;height:130px;overflow: hidden; position:absolute; margin-top:5px; margin-left:5px;}
#scrollbar1 .overview { list-style: none; position:absolute; left: 0;  float:left;}
#scrollbar1 .scrollbar{ background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float:right; margin-right:4px; width: 15px; margin-top: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; }