/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
.LACFMain #colorbox, .LACFMain#cboxOverlay, .LACFMain #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
.LACFMain#cboxOverlay{position:fixed; width:100%; height:200%;}
.LACFMain #cboxMiddleLeft, .LACFMain #cboxBottomLeft{clear:left;}
.LACFMain #cboxContent{position:relative;}
.LACFMain #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
.LACFMain #cboxTitle{margin:0;}
.LACFMain #cboxLoadingOverlay, .LACFMain #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
.LACFMain #cboxPrevious, .LACFMain #cboxNext, .LACFMain #cboxClose, .LACFMain #cboxSlideshow{cursor:pointer;}
.LACFMain .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.LACFMain .cboxIframe{width:100%; height:100%; display:block; border:0;}
.LACFMain #colorbox, .LACFMain #cboxContent, .LACFMain #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.
*/
.LACFMain#cboxOverlay{background:#706e6e;}
.LACFMain#colorbox{outline:0;z-index:10000;}
    .LACFMain #cboxContent{margin-top:0px;padding:40px 0px 40px 0px;background:#fff;}
		.LACFMain .cboxIframe{background:#fff;}
        .LACFMain #cboxError{padding:50px; border:1px solid #fff;}
        .LACFMain #cboxLoadedContent{border:0px solid #fff; background:#fff;}
        .LACFMain #cboxTitle{position:absolute; top:-20px; left:0; color:#fff;}
        .LACFMain #cboxCurrent{position:absolute; top:-20px; right:0px; color:#fff;}
		.LACFMain #cboxLoadingGraphic{background:url(images/loadingSpinLCF.gif) no-repeat center center;}
		
		/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        .LACFMain #cboxPrevious, .LACFMain #cboxNext, .LACFMain #cboxSlideshow, .LACFMain #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
		
		/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        .LACFMain #cboxPrevious:active, .LACFMain #cboxNext:active, .LACFMain #cboxSlideshow:active, .LACFMain #cboxClose:active {outline:0;}
		
        .LACFMain #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        .LACFMain #cboxPrevious{position:absolute; top:50%; left:1px; margin-top:-32px; background:url(images/controlsSpinLCF.png) no-repeat top left; width:24px; height:65px; text-indent:-9999px;}
        .LACFMain #cboxPrevious.hover{background-position:bottom left;}
        .LACFMain #cboxNext{position:absolute; top:50%; right:1px; margin-top:-32px; background:url(images/controlsSpinLCF.png) no-repeat top right; width:24px; height:65px; text-indent:-9999px;}
        .LACFMain #cboxNext.hover{background-position:bottom right;}
        .LACFMain #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controlsSpinLCF.png) no-repeat top center; width:38px; height:38px; text-indent:-9999px;}
        .LACFMain #cboxClose.hover{background-position:bottom center;}