/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    outline: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}


/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxCurrent {
    width: 100%;
    position: relative;
    outline: none;
}

#cboxLoadedContent {
    z-index: 10;
}

#cboxPrevious,
/*#cboxNext {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 40%;
    z-index: 11;
    border: 0;
    color: #FFF;
    opacity: 1;
    text-indent: -9999px;
    outline: none;
    cursor: pointer;
}

#cboxPrevious {
    left: 1%;
    background: url(../img/colorbox/left.png) center top no-repeat;
}

#cboxNext {
    right: 3%;
    ;
    background: url(../img/colorbox/right.png) center top no-repeat;
}
*/
#cboxClose {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -150px;
    z-index: 11;
    border: 0;
    opacity: 1;
    text-indent: -9999px;
    background: none;
    outline: none;
    cursor: pointer;
    width: 300px;
    height: 106px;
    background-image: url(../img/lightbox_close.png);
    background-repeat: no-repeat;
}

/*#cboxClose:after {
    content: "×";
    display: block;
    text-indent: 0px;
    background: none;
    color: #fff;
    font-size: 25em;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
}*/
