/*
*    ColorBox Core Style:
*/
#colorbox, #cboxOverlay, #cboxWrapper{
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    overflow:hidden;
}
#colorbox{
    border: solid 5px #1EB0E5;
}

#cboxOverlay {
    position:fixed;
    width:100%;
    height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear:left;
}
#cboxContent {
    position:relative;
}
#cboxLoadedContent {
    overflow:auto;
}
#cboxTitle {
    margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor:pointer;
}
.cboxPhoto {
    float:left;
    margin:auto;
    border:0;
    display:block;
}
.cboxIframe {
    width:100%;
    height:100%;
    display:block;
    border:0;
}

/** User style **/
/* border
* set && remove it from popup */
#cboxLoadedContent {
}
div.popup {
    border: none !important;
}
/* border */

/* close button */
#cboxClose{
    position:absolute; top:10px; right:10px; display:block;
}
#cboxOverlay  {
    background:#000;
}
#cboxLoadedContent {
    background:#fff;
}
/* loading */
#cboxLoadingGraphic{
    background:url(../images/loading.gif) no-repeat center center;
}
/** User style **/
