body {
    overflow:hidden;
    margin: 0;
    padding: 0;
}

#background-image
{
    overflow:hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

/* From bootstrap */
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}
.icon-chevron-right {
    background-position: -456px -72px;
}
.icon-chevron-up {
    background-position: -288px -120px;
}
.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-zoom-in {
    background-position: -336px 0;
}
.icon-zoom-out {
    background-position: -360px 0;
}

#minimap, #minimap-frame
{
    position: fixed;
    right: 5px;
    top: 5px;
    border: 3px solid #222222;
    z-index: 1000;
}

#visible-listeners>.v-element
{
    background: rgba(0,0,0, 0.0);
    position:fixed;
    z-index: 999;
}

#visible-listeners>.v-element:hover, #visible-listeners>.v-element.found:hover
{
    background: rgba(255,0,0, 0.5);
    border: 1px solid #FF0000;
}

#visible-listeners>.v-element.found
{
    background: rgba(0,255,255, 0.5);
    border: 1px solid teal;
}

#listeners
{
    display: none;
}

#zoom
{
    z-index: 1000;
    position: fixed;
    top: 35%;
    right: 10px;
    width: 25%;
}

#zoom-in, #zoom-out
{
    float: left;
}

#minimap-frame
{
    z-index: 1001;
    background: rgba(0,0,0, 0.7);
}

#down, #up, #left, #right
{
    position: fixed;
    z-index: 1000;
    display: none;
    font-size: 20px;
}

#left, #right
{
    top: 50%;
    margin-top: -7px;
}

#left
{
    left: 10px;
}

#right
{
    right: 10px;
}

#down, #up
{
    left: 50%;
    margin-left: -7px;
}

#down
{
    bottom: 10px;
}

#up
{
    top: 10px;
}


.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    width: 600px;
    height: 400px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
    width: 600px;
    height: 400px;
}

.jcarousel li > a {
    width: 600px;
    height: 400px;
}

.jcarousel li > a > img{
    max-width: 600px;
    max-height: 400px;
    margin-left: 50%;
    transform: translateX(-50%);
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    left: -50px;
}

.jcarousel-control-next {
    right: -50px;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    line-height: 14px;
    min-width: 14px;

    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;

    margin-right: 2px;

    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

#picture-holder img {
    max-width: 600px;
    max-height: 400px;
    float: left;
    padding: 5px;
    margin: 5px;
}

#searchbox {
    background: white;
    padding: 10px;
    margin: 5px;
    position: fixed;
    top: 10px;
    left: 10px;
    border: solid 1px crimson;
    border-radius: 6px;
    z-index: 1000;
    width: 350px;
}

.ui-autocomplete.ui-front {
    z-index: 1001;
}

#searchbox > label{
    margin: 10px;
}

#searchbox > button {
    margin: 7px;
}

#searchbox > label, #searchbox > select, #searchbox > button, #searchbox > .selectize-control.single {
    float: left;
}

#searchbox > .selectize-control.single {
    width: 150px;
}