/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
.LACFPopup #colorbox, .LACFPopup#cboxOverlay, .LACFPopup #cboxWrapper{position:absolute; top:0; left:0; z-index:1; overflow:hidden;}
#colorbox:focus{outline:0 !important;}
.LACFPopup#cboxOverlay{position:fixed; width:0px; height:0px;}
.LACFPopup #cboxMiddleLeft, .LACFPopup #cboxBottomLeft{clear:left;}
.LACFPopup #cboxContent{position:relative;}
.LACFPopup #cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
.LACFPopup #cboxTitle{margin:0;}
.LACFPopup #cboxLoadingOverlay, .LACFPopup #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
.LACFPopup #cboxPrevious, .LACFPopup #cboxNext, .LACFPopup #cboxClose, .LACFPopup #cboxSlideshow{cursor:pointer;}
.LACFPopup .cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.LACFPopup .cboxIframe{width:100%; height:100%; display:block; border:0;}
.LACFPopup #colorbox, .LACFPopup #cboxContent, .LACFPopup #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.
*/
.LACFPopup#cboxOverlay{background:#ffffff;display:none;}
.LACFPopup #colorbox{outline:0;}
    .LACFPopup #cboxContent{margin-top:0px;padding:0px 0px 0px 0px;background:none;}
		.LACFPopup .cboxIframe{background:none;}
        .LACFPopup #cboxError{padding:50px; border:1px solid #fff;}
        .LACFPopup #cboxLoadedContent{border:0px solid #fff; background:none;}
        .LACFPopup #cboxTitle{position:absolute; top:-20px; left:0; color:#fff;}
        .LACFPopup #cboxCurrent{position:absolute; top:-20px; right:0px; color:#fff;}
		.LACFPopup #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 */
        .LACFPopup #cboxPrevious, .LACFPopup #cboxNext, .LACFPopup #cboxSlideshow, .LACFPopup #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) */
        .LACFPopup #cboxPrevious:active, .LACFPopup #cboxNext:active, .LACFPopup #cboxSlideshow:active, .LACFPopup #cboxClose:active {outline:0;}
		
        .LACFPopup #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        .LACFPopup #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;}
        .LACFPopup #cboxPrevious.hover{background-position:bottom left;}
        .LACFPopup #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;}
        .LACFPopup #cboxNext.hover{background-position:bottom right;}
        .LACFPopup #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;}
        .LACFPopup #cboxClose.hover{background-position:bottom center;}