.imago_thumbImg {
    border: 5px solid #c7ab91;
    margin-top:14px;
}

.imago_selectedThumb {
    border: 5px solid #c2b9b0;
}







#imagoError {
    position: absolute;
    top: 50px;
    left: 50px;
    display: none;
    color: #FFFFFF;
}

#imagoThumbMenu {
    position: relative;
    width: 300px;
    height:441px;
}

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

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

#imagoGalleryTitle {
    text-align: center;
    font-size: larger;
    font-weight: bold;
    font-family: monospace;
    color: #FFFFFF;
}

#imagoFrame {
    position: relative;
    margin-left:279px;
    margin-top:-330px;
}

#imagoCurrentImageDiv {
    position: relative;
    left:23px;
    top:-63px;
}

#imagoCurrentImg {
}
.imagogallery{
    position: relative;
    top: 0px;
    left: 0px;

}

#imagoLoadingDiv {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:10;
    width: 100%;
    height: 100%;
}

#imagoLoadingDiv, #imagoCurrentImageLoadingDiv {
    background: url('images/loading.gif') no-repeat center center;
    background-color: white;
    left:23px;
    top:-63px;
}
#imagoCurrentImageLoadingDiv {
    position: absolute;
    display: none;
    z-index:10;
}
a.imago_navNextImage, a.imago_navPreviousImage
{
    position: absolute;
    height: 100%;
    width: 10%;
    cursor: pointer;
    z-index:10;
    background: url('images/empty.gif') no-repeat center center;
}

a.imago_navNext, a.imago_navPrev
{
    position: absolute;
    height: 31px;
    width: 31px;
    cursor: pointer;
    z-index:10;
    background: url('images/empty.gif') no-repeat center center;
}

a.imago_navPreviousImage:focus, a.imago_navNextImage:focus {
    outline-style: none;
}

a.imago_navPrev {
    left: 43px;
    bottom: 0px;
    background: url('images/prevImg.png') no-repeat top left;
}

a.imago_navNext {
    right: 64px;
    bottom: 0px;
    background: url('images/nextImg.png') no-repeat top right;
}

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

a.imago_navNextImage {
    right: 20px;
    top: 0px;
}

a.imago_navPreviousImage {
    left: 20px;
    top: 0px;
}
a.imago_navPreviousImage:hover {
    background: url('images/prevImg.png') no-repeat center center;
}

