/*
    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; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#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; padding:0; margin: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; opacity: 0.3 !important; filter: alpha(opacity = 30);}
#colorbox{outline:0;}
    #cboxContent{margin:16px 16px 0; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        .cboxPhoto { padding: 20px; box-sizing: content-box; float: none; }
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; border:0; padding: 0px;}
        #cboxLoadingGraphic{background:url(loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxTitle{ text-align:center; width:100%; color:#000; background: RGBA(255,255,255,1); /*max-width: 600px;*/ padding: 20px; margin: auto; float: left; clear: left; }
        #cboxCurrent{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 */
        #cboxSlideshow {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(controls.png) no-repeat 0 0;}
        #cboxClose{
			position: absolute;
			top: -16px;
			right: -16px;
			display: block;
			width: 31px;
			height: 31px;
			text-indent: -9999px;
			border:0; padding:0; margin:0; overflow:visible;
			background: url(close-btn.png) no-repeat 0 0;
		}
		#cboxPrevious,
		#cboxNext{
			top: 50%;
			position: absolute;
			width: 38px;
			height: 38px;
			margin-top: -19px;
			background: url(/i/sprite.png) right bottom no-repeat;
			font-size: 0px;
			color: transparent;
			text-indent: -99999px;
			z-index: 3;
			border:0px;
			padding:0;
		}
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active,
		#cboxPrevious:focus, #cboxNext:focus, #cboxSlideshow:focus, #cboxClose:focus {outline:0;}

        #cboxPrevious{left:-9px; background-position: 0px -20px;}
        #cboxPrevious:hover{background-position: -80px -20px;}
        #cboxNext{right:-9px; background-position: -40px -20px;}
        #cboxNext:hover{background-position: -120px -20px;}
        .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;}

.cbox span { display: none; }
