/* ---- custom colorBox overlay ---- */

#cboxOverlay{
    background: none; 
    background-color: rgb(0, 0, 0);
}

#cboxContent{
    background: none; 
}
    
#cboxTopLeft{
    display:none;
}

#cboxTopCenter{
    display:none;
}

#cboxTopRight{
    display:none;
}

#cboxMiddleLeft{
    display:none;
}

#cboxMiddleRight{
    display:none;
}

#cboxBottomLeft{
    display:none;
}

#cboxBottomCenter{
    display:none;
}

#cboxBottomRight{
    display:none;
}

#cboxClose{
    cursor: pointer;
    background: url('../images/cross.png');
    height:40px;
    width:40px;
}

#cboxClose:hover {
    background-position: 0px 0px; 
}

#cboxLoadedContent{
    padding-top: 45px !important;
}

#cboxLoadingOverlay {
    background: none;
}

#cboxCurrent {
    left:auto !important;
    right:0 !important;
}

#cboxTitle{
    color:#ffffff;
    font-size: 1em;
}
    
#cboxClose{
    display:none;
}