/*


    Colorbox Core Style:


    The following CSS is consistent between example themes and should not be altered.


*/


#sgcolorbox, #sgcboxOverlay, #sgcboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}


#sgcboxWrapper {max-width:none;}


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


#sgcboxMiddleLeft, #sgcboxBottomLeft{clear:left;}


#sgcboxContent{position:relative;}


#sgcboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}


#sgcboxTitle{margin:0;}


#sgcboxLoadingOverlay, #sgcboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}


#sgcboxPrevious, #sgcboxNext, #sgcboxClose, #sgcboxSlideshow{cursor:pointer;}


.sgcboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}


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


#sgcolorbox, #sgcboxContent, #sgcboxLoadedContent{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.


*/



#sgcboxOverlay{opacity: 0.9; filter: alpha(opacity = 90);}

.sgcboxOverlayBg {background:#fff;}

#sgcolorbox{outline:0;}


    #sgcboxContent{margin-top:32px; overflow:visible; background:#000;}


        .sgcboxIframe{background:#fff;}


        #sgcboxError{padding:50px; border:1px solid #ccc;}


        #sgcboxLoadedContent{background:#000; padding:1px;}


        #sgcboxLoadingGraphic{background:url(../../img/colorbox2/loading.gif) no-repeat center center;}


        #sgcboxLoadingOverlay{background:#000;}


        #sgcboxTitle{position:absolute; top:-22px; left:0; color:#000;}


        #sgcboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}





        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */


        #sgcboxPrevious, #sgcboxNext, #sgcboxSlideshow, #sgcboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../../img/colorbox2/controls.png) no-repeat 0 0;}


        


        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */


        #sgcboxPrevious:active, #sgcboxNext:active, #sgcboxSlideshow:active, #sgcboxClose:active {outline:0;}





        #sgcboxPrevious{background-position:0px 0px; right:44px;}


        #sgcboxPrevious:hover{background-position:0px -25px;}


        #sgcboxNext{background-position:-25px 0px; right:22px;}


        #sgcboxNext:hover{background-position:-25px -25px;}


        #sgcboxClose{background-position:-50px 0px; right:0;}


        #sgcboxClose:hover{background-position:-50px -25px;}


        .sgcboxSlideshow_on #sgcboxPrevious, .sgcboxSlideshow_off #sgcboxPrevious{right:66px;}


        .sgcboxSlideshow_on #sgcboxSlideshow{background-position:-75px -25px; right:44px;}


        .sgcboxSlideshow_on #sgcboxSlideshow:hover{background-position:-100px -25px;}


        .sgcboxSlideshow_off #sgcboxSlideshow{background-position:-100px 0px; right:44px;}


        .sgcboxSlideshow_off #sgcboxSlideshow:hover{background-position:-75px -25px;}


