/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 12 November 2017 20:50:23
*/


/*
    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; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    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.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px;}
        #cboxLoadedContent{background:#fff; padding:20px; margin:23px 33px 50px 23px; font-weight: 300;}
        #cboxLoadingGraphic{background:url(http://www.lsbu.ac.uk/__data/assets/image/0005/1778/loading.gif?v=0.0.4) no-repeat center center;}
        #cboxLoadingOverlay{margin:-23px;}
        #cboxTitle{position:absolute; bottom:0px; left:0px; color:#fff; padding: 0px 23px 0px 23px; font-family: 'open sans'; font-weight: 300; }
        #cboxCurrent{position:absolute; top:-5px; left:23px; font-family:'open sans'; font-weight: 300; color: #fff; }

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxSlideshow {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(http://www.lsbu.ac.uk/__data/assets/image/0003/1776/controls.png?v=0.0.2) no-repeat 0 0;}
        #cboxPrevious {border:0; position:absolute; top: 50%; margin-top: -27px; bottom:0; left:0; background:url(http://www.lsbu.ac.uk/__data/assets/image/0011/15212/slider_nav_arrows_type1.png?v=0.0.3) no-repeat; width:47px; height:47px; text-indent:-9999px; z-index: 99999;}
        #cboxNext {border:0; position:absolute; top: 50%; bottom:0; right:0; margin-top: -27px; background:url(http://www.lsbu.ac.uk/__data/assets/image/0011/15212/slider_nav_arrows_type1.png?v=0.0.3) no-repeat -47px 0; width:47px; height:47px; text-indent:-9999px; z-index: 99999 z-index: 99999;}
        #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:47px; height:47px; position:absolute; top:0px; right: 10px; background:url(http://www.lsbu.ac.uk/__data/assets/image/0006/15189/close.png?v=0.0.3) no-repeat 0 0;}       
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/* IPAD fix 
#colorbox {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

#cboxWrapper {
    position: relative;
    margin: 0 auto;
}
*/

/* custom styles */
#cboxTitle.cboxTitle_style2 {
    margin: 3px 0px 3px 23px;
    padding: 0 20px 3px 20px;
    color: #000;
    background-color: #fff;
    bottom: auto;
}