/*
    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;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;margin:10px 10px 30px 10px;}
#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;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#FFFFFF;}
#colorbox
	{
	outline:0;border:1px solid #CCCCCC;background:#FFFFFF;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	}
    #cboxContent{overflow:visible; background:#FFFFFF;}
        .cboxIframe{background:#FFFFFF;}
        #cboxError{padding:50px; border:1px solid #CCCCCC;}
        #cboxLoadedContent{background:#FFFFFF; padding:1px;}
        #cboxLoadingGraphic{background:url("images/loading.gif") no-repeat center center;}
        #cboxLoadingOverlay{background:#FFFFFF;}
        #cboxTitle{position:absolute; bottom:-20px; left:0; color:#606060;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose 
        	{
        	border:0; padding:0; margin:0; overflow:visible; width:20px; height:20px; position:absolute; bottom:-20px; 
        	font-family:websymbols;font-size:14px;text-align:center;
			background-color:#FFFFFF;color:#606060;
			}
        
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active 
        	{outline:0;}

        #cboxPrevious{right:44px;}
        #cboxPrevious:hover{}
        #cboxNext{right:22px;}
        #cboxNext:hover{}
        #cboxClose{right:0;}
        #cboxClose:hover{}
        .cboxSlideshow_on #cboxPrevious, 
        .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{}
        .cboxSlideshow_off #cboxSlideshow{right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{}

