body {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.0em;
    position: relative;
}

#sideBarMenu {
    position: fixed;
    top: 100px;
    z-index: 2;
    width: auto;
}

#sideBarContent {
    position: relative;
    opacity: 0.5;
    filter: Alpha(Opacity = 50);
    text-align: right;
    padding-bottom: 10px;
}

#sideBarTab {
    position: absolute;
    display: block;
    right: -30px;
    top: 0px;
    height: 30px;
    width: 30px;
}

/* Imago */
/* Current Image */
#imagoFrame {
    position: relative;
    top: 20px;
    display: block;
    width: 320px;
    margin: 0 auto;
    z-index: 0;
}

#imagoCurrentImg {
    visibility: hidden;
}

#imagoCurrentImageTitle {
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0px;
    z-index: 1;
}

#imagoNextImageLink, #imagoPreviousImageLink {
    position: absolute;
    height: 100%;
    width: 50px;
    cursor: pointer;
    z-index: 10;
    background: url('../../images/empty.gif') no-repeat center center;
    display: none;
    border: 0px;
}

#imagoNextImageLink:hover {
    background: url('../../images/nextImg.png') no-repeat center center;
}

#imagoNextImageLink {
    right: 10px;
    top: 0px;
}

#imagoPreviousImageLink {
    left: 10px;
    top: 0px;
}

#imagoPreviousImageLink:hover {
    background: url('../../images/prevImg.png') no-repeat center center;
}

/* Thumb menu*/
#imagoGalleryTitle {
    margin-top: 10px;
    text-align: center;
    font-size: larger;
    font-weight: bold;
    font-family: monospace;
    color: #FFFFFF;
}

#imagoCurrentThumbTable {
    border-collapse: separate;
    border-spacing: 5px;
    margin: 5px;
    padding: 5px;
    outline: 5px;
}

#imagoMenuPrevLink, #imagoMenuNextLink {
    margin: 15px;
    cursor: pointer;
}

#imagoCurrentImageLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('../../images/loading.gif') no-repeat center center;
    display: none;
}

#imagoLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('../../images/loading.gif') no-repeat center center;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(Opacity = 50);
}

#imagoError {
    display: none;
}

.msg {
    margin: 0 auto;
    margin-top: 50px;
}
