  /*
    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; outline:none;}
.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.2; filter: alpha(opacity = 20);}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#FFF;}
	#cboxContent{margin:32px 10px 10px 10px; box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.3);} /*ES For Shadow*/
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#FFF; padding:0px;} /*Border */
        #cboxLoadingGraphic{background:url(/inc/colorbox4/images/loadingwhite.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#FFF;}
		/*
        #cboxTitle{position:absolute; top:-27px; left:0px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: normal; width:calc(100% - 20px);}
        #cboxTitle{color:#FFF; background-color:#999; padding: 0px 10px 0px 10px; line-height:210%; border-radius:0px 0px 0px 0px;}
		*/
        #cboxTitle{position:absolute; top:0px; left:0px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight: normal; width:calc(100% - 0px);}
        #cboxTitle{color:#FFF; background-color:#999; padding: 0px 10px 0px 10px; line-height:210%; border-radius:0px 0px 0px 0px;}

        #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 */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:4px; background:url(/inc/colorbox4/images/controls3C.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:-2px -2px; right:56px; border-radius:4px;}
        #cboxPrevious:hover{background-position:-2px -27px;}
        #cboxNext{background-position:-26px -2px; right:33px; border-radius:4px;}
        #cboxNext:hover{background-position:-26px -27px;}
        /*
		#cboxClose{background-position:-50px -2px; right:20px; border-radius:0px;}
        #cboxClose:hover{background-position:-50px -27px;}
        */
		#cboxClose{background-position:-50px -2px; right:-10px; top:-10px; border-radius:0px;}
        #cboxClose:hover{background-position:-50px -27px;}

		.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:89px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-76px -27px; right:66px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-101px -27px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-101px -2px; right:66px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-77px -27px;}
		/*ES Corener Radius
		#cboxContent{border-radius:0px; border:1px solid #E3E3E3;}
		#cboxLoadedContent{border-radius:6px;}
		*/