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