
#fotogallery {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

#fotogallery #imagebg {
    position: absolute;
    top: 0;
    width: 250px;
    height: 250px;
}

#fotogallery #loader {
    position: absolute;
}

#fotogallery #image {
    position: absolute;
}

#fotogallery #closebtn {
    position: absolute;
}

#fotogallery #label {
    position: absolute;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: white;
    font-size: 11px;
}

#fotogallery #imagecount {
    float: right;
    font-size: 11px;
}

#fotogallery #description {
    float: left;
}

#fotogallery .title {
    font-size: 13px;
}

#fotogallery .description {
    margin-top: 2px;
}

#fotogallery #prevcontainer {
    position: absolute;
    background: url(images/prev.png) no-repeat left center transparent;
    cursor: pointer;
}

#fotogallery #nextcontainer {
    position: absolute;
    background: url(images/next.png) no-repeat right center transparent;
    cursor: pointer;
}