/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
/*#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}*/


#cboxWrapper {position:absolute; top:0; left:0; right:0; bottom:0; width: 100% !important; z-index:9999;  -webkit-overflow-scrolling:touch; overflow:auto;}
#cboxOverlay {position:absolute; top:0; left:0; right: 0; bottom: 0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;  -webkit-overflow-scrolling:touch; overflow:auto;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent {position:relative; width: 100% !important;  -webkit-overflow-scrolling:touch; overflow:auto;}
#cboxLoadedContent{overflow:auto; width: auto !important;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; margin: 0; text-align: center; -webkit-overflow-scrolling:touch; overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/

#cboxOverlay{background: #f6f9fc;}

#colorbox{}
    #cboxContent{margin-top:0px; background: #000;}
        #cboxLoadedContent{
            background:#498bd0; 
            padding:0px; 
            margin: 5px;
            background-color: #f6f9fc;
        }
        #cboxLoadedContent iframe {
            background-color: #f6f9fc;
            overflow-x: hidden;
            }
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../shared/images/colorbox/controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../shared/images/colorbox/controls.png) top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(../shared/images/colorbox/loading.html) center center no-repeat;}
        #cboxClose{ border: none; position:absolute; top:15px; right:15px; display:block; background:url(../layout/icon-close.png) top center no-repeat; width:35px; height:35px; text-indent:-9999px; background-size: 100%;}
        #cboxClose.hover{background-position:bottom center;}