
div#map_with_track_and_camera_icons {
  position: relative; 
}
img { 
  height: auto;
}
p { margin-top: 0; }
.cam_icon {
    position: absolute;
}
div.map_with_pics {
    position: relative;
}
div#slideshow_box {
    position: absolute;
    /* border: 3px solid #73AD21; */
    border: 3px solid #000;
    padding: 3px;
    background-color: #fff;
    text-align: center;
}
div#the_slide {
/*    width: 280px;*/
}
svg.arrow_on_map {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: transparent;
}
div.arrow {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: transparent;
}
#left {
    left: 5px;
    top: 50%;
    transform: translate(0, -50%);
}
#right {
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
}
#close {
    top: 5px;
    right: 5px;
}
#info {
    bottom: 8px;
    left: 5px;
    /* transform: translate(0, -100%); */
}
#full {
    bottom: 8px;
    right: 5px;
    /* transform: translate(0, -100%); */
}
.ss_ctrl {
    /* border: 3px solid green; */
    position: absolute;
}
#slide_box {
    position: relative;
}
#caption {
    position: relative;
}
