/*
 *  Visor de imágenes
 */
#viewer
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 940px;
    height: 100%;
    background: #000000;
    z-index: 15;
    display: none;
}
#viewer header
{
    position: absolute;
    display: block;
    width: 100%;
    height: 83px;
    background: transparent url('../imgs/mainMenu_bg.png') repeat-x;
}
#viewer header div#viewerLogo
{
    float: left;
    margin-top: 15px;
    padding-left: 30px;
    width: 285px;
}
#viewer header div#viewerCurrent
{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    min-width: 370px;
}
#viewer header div#viewerCurrent a
{
    font-size: 24px;
    color: #666666;
    text-decoration: underline;
}
#viewer header div#viewerCurrent span
{
    display: inline-block;
    font-size: 13px;
    color: #a7a7a7;
    background: transparent url('../imgs/photos2_ico.png') top left no-repeat;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: -10px;
    line-height: 24px;
    font-style: italic;
}
#viewer header div#viewerSocial
{
    float: left;
    height: 40px;
    width: 160px;
    background: url('../imgs/separator_bg.png') top right repeat-y;
    margin-top: 10px;
}
#viewer header div#viewerSocial ul
{
    display: block;
    height: 40px;
    width: 160px;
    background: url('../imgs/separator_bg.png') top left repeat-y;
}
#viewer header div#viewerSocial li
{
    display: block;
    float: left;
    width: 20px;
    margin-left: 40px;
    margin-top: 10px;
}
#viewer header div#viewerClose
{
    float: left;
    margin-top: 11px;
    width: 125px;
    text-align: center;
}
div#imageContainer
{
    display: inline-block;
    vertical-align: middle;
    margin-top: 60px;
    width: 100%;
    height: 100%;
    text-align: center;
}
div#imageContainer.loading
{
    background: transparent url('../imgs/ajax-loader2.gif') center center no-repeat;
}
div#imageContainer img
{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
nav#photoNav
{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 8px;
    width: 100%;
}
nav#photoNav div#prevBtn
{
    float: left;
    margin-left: 50px;
}
nav#photoNav div#nextBtn
{
    float: right;
    margin-right: 50px;
}
nav#galleryNav
{
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
}
nav#galleryNav ul
{
    display: block;
    float: left;
    background: #1f2021;
    width: 256px;
    padding: 18px 0;
}
nav#galleryNav li, nav#galleryNav li a
{
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 24px;
    color: #666666;
    width: 256px;
}
nav#galleryNav li a
{
    padding-left: 20px;
    text-decoration: underline;
}
nav#galleryNav a:hover, nav#galleryNav a.active
{
    background: #303133;
}
nav#galleryNav a.active
{
    text-decoration: none;
}
nav#galleryNav div.close
{
    float: left;
    width: 44px;