/*
    colorbox222 Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox222, #cbox222Overlay, #cbox222Wrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cbox222Wrapper {max-width:none;}
#cbox222Overlay{position:fixed; width:100%; height:100%;}
#cbox222MiddleLeft, #cbox222BottomLeft{clear:left;}
#cbox222Content{position:relative;}
#cbox222LoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cbox222Title{margin:0;}
#cbox222LoadingOverlay, #cbox222LoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cbox222Previous, #cbox222Next, #cbox222Close, #cbox222Slideshow{cursor:pointer;}
.cbox222Photo{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cbox222Iframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox222, #cbox222Content, #cbox222LoadedContent{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 colorbox222.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cbox222Overlay{background:#000;}
#colorbox222{outline:0;}
    #cbox222Content{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cbox222Error{padding:50px; border:1px solid #ccc;}
        #cbox222LoadingGraphic{}
        #cbox222LoadingOverlay{background:#FFF;}
        #cbox222Title{position:absolute; top:-22px; left:0; color:#000;}
         #cbox222Current{position:absolute; top:-30px; left:0; color:#949494;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cbox222Previous, #cbox222Next, #cbox222Slideshow, #cbox222Close {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:25px; height:25px; position:absolute; top:-30px; background:url(images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cbox222Previous:active, #cbox222Next:active, #cbox222Slideshow:active, #cbox222Close:active {outline:0;}

#cbox222Slideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cbox222Previous{position:absolute; top:25px; left:0; margin-top:-25px; background: none; width:50%; height:100%; text-indent:-9999px;}
#cbox222Previous:hover{background-position:bottom left; background:url(images/prev.png) no-repeat center left;}
#cbox222Next{position:absolute; top:25px; right:0; margin-top:-25px; background: none; width:50%; height:100%; text-indent:-9999px;}
#cbox222Next:hover{background-position:bottom right; background:url(images/next.png) no-repeat center right;}


        #cbox222Close{background-position:0px 0px; right:0;}
        #cbox222Close:hover{background-position:0px 0px; opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}
        .cboxSlideshow_on #cbox222Previous, .cboxSlideshow_off #cbox222Previous{right:0;}
        .cboxSlideshow_on #cbox222Slideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cbox222Slideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cbox222Slideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cbox222Slideshow:hover{background-position:-75px -25px;}


#cbox222LoadedContent {
	background-color: #FFFFFF;
	padding: 15px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}