html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: white;
}

#outer {
  min-height: 100%;
  min-width: 720px;
  margin: auto;
  text-align: left;
}


#content {
  position: relative;
  margin: 0 auto;
  width: 700px;
}

.nav_street{
  margin-top: 50px;
}

.nav_side{
  margin-top: 20px;
}

.nav_bulding_wrapper{
  display: inline-block;
  margin-top: 30px;
  font: 11px Verdana,sans-serif;
  font-size: 12px;
}
.nav_building{
  height: 22px;
  font-size: 12px;
}

.scrollbar{
  margin-top: 30px;
}




/* left-right */
.nav_left_right_wrapper{
  position: relative;

  height: 0;
}
.nav_left_right_wrapper .left,
.nav_left_right_wrapper .right{
  position: absolute;
  z-index: 9999;
  bottom: 400px;
  cursor: pointer;

  height: 120px;
  width: 34px;

  background-color: rgba(255,255,255,.3);
}
.nav_left_right_wrapper .left{
  left: 0;
  border-radius: 0 50% 50% 0;
  box-shadow: 5px 0 10px rgba(0,0,0,.1);
}
.nav_left_right_wrapper .left:after{
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 17px solid rgba(0,0,0,.3);
  border-bottom: 8px solid transparent;
}
.nav_left_right_wrapper .right{
  right: 0;
  border-radius: 50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0,0,0,.1);
}
.nav_left_right_wrapper .right:after{
  content: '';
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-right: -10px;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 17px solid rgba(0,0,0,.3);
  border-bottom: 8px solid transparent;
}
.nav_left_right_wrapper .left:hover,
.nav_left_right_wrapper .right:hover{
  background-color: rgba(255,255,255,.5);
}
/* 
.nav_left_right_wrapper .left:hover{
  box-shadow: 4px 0 10px rgba(0,0,0,.4);
}
.nav_left_right_wrapper .right:hover{
  box-shadow: -4px 0 10px rgba(0,0,0,.4);
}
*/


/* itemset */
.nav_itemset{
  display: inline-block;

  vertical-align: middle;
  font: 11px Verdana,sans-serif;

}
.nav_itemset .itemset_item:first-child{
  border-radius: 3px 0 0 3px;
}
.nav_itemset .itemset_item:last-child{
  border-radius: 0 3px 3px 0;
  border-right: 1px solid gray;
}
.nav_itemset .itemset_item.selected:first-child{
  border-left-color: #c1b48b;
}
.nav_itemset .itemset_item.selected:last-child{
  border-right-color: #c1b48b;
}
.nav_itemset .itemset_item{
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 6px;
  padding: 3px 10px;
  cursor: pointer;

  border: 1px solid gray;
  /*border-right: none;*/
  margin-right: -1px;


  /**/
  background: #dddddd; /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM4YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #c8c8c8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#c8c8c8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#c8c8c8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#c8c8c8 100%); /* W3C */
  /**/

}
.nav_itemset .itemset_item.disabled{
  color: #b9b9b9;
}
.nav_itemset .itemset_item.selected{
  color: #7a7254;

  box-shadow: inset 0 1px 2px rgba(100,100,100,.8);

  /**/
  background: #f5e39e; /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZTM5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY0Y2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f5e39e 0%, #fff4ce 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5e39e), color-stop(100%,#fff4ce)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f5e39e 0%,#fff4ce 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f5e39e 0%,#fff4ce 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f5e39e 0%,#fff4ce 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f5e39e 0%,#fff4ce 100%); /* W3C */
  /**/

  border-top-color: #a4986b;
  border-bottom-color: #cfc295;
}


.street_scroller{
  box-shadow: 0 0 10px rgba(158, 158, 158, 0.6);
  margin-top: 14px;
  margin-bottom: 44px;
}
.street_scroller img{
  vertical-align: top;
  /*outline: 1px dashed orangered;*/
}

.scrollbar{
  position: relative;
  left: 2%;
  width: 96%; 
  background: url(scrollbar_line.jpg) repeat-x;
  background-position: center left;
  height: 39px;


}
.scrollbar .ui-slider-handle{
  position: absolute;
  width: 23px;
  height: 39px;
  background: url(handle.png);
  margin-top: 5px;
  margin-left: -12px;
  outline: none;

}
.scrollbar .ui-slider-handle.ui-state-focus{
  background-position: 23px 0;
}

/**/

.street_scroller_legend{
  margin-left: 5px;
}
.street_scroller_legend img{
  margin-bottom: 60px;
}




