div#wrapper {
   position: absolute; top: 170px; left: 200px;
   border: 0px; margin: 0px; padding: 0px;
   height: 498px;
   overflow: hidden;
}

div#viewer {
   height: 515px; width: 10px;
   overflow-x: scroll;
   overflow-y: hidden;
   white-space: nowrap;
}

div#viewer img {
   display: hidden;
   height: 500px;
   border: 0px;
   margin: 0px 15px 0px 0px;
   padding: 0px;
}

div#control {
   cursor: default;
   position: absolute; top: 690px; left: 200px;
}

div#control div {
   cursor: pointer;
   display: inline-block;
   margin-left: 10px;
}

div#control div#first { margin-left: 0px; }
div#control div#loc { cursor: default; }
