/*
    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%;}

#cboxClose {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.
*/


#colorbox{outline:0; }
	/* KEEP Box that contains the image. The 32px margin is for the closing "X" I think */
    #cboxContent{margin-top:32px; overflow:visible; border-radius: 35px; border: 4px dashed #FFFFFF; }
		/* */
        .cboxIframe{ background-color: #E0FF00; opacity: 0.3; }
		
		/* */
        #cboxError{padding:50px; border:10px solid #ccc;}
		
		/* KEEP Affects the actual image that pops up */
        #cboxLoadedContent{ padding: 1px; border: 4px solid #FBFBFB; border-radius: 30px; background-color: #000000;}
		
		/* */
        #cboxLoadingGraphic{background:url(../../../../code/colorbox/images/loading.gif) no-repeat center center;}
		
		/* KEEP staring point for the box that contains the image popping up (before it shrinks)*/
        #cboxLoadingOverlay{ background-color: #000000; opacity: 1; border-radius: 30px; }
		
		/* */
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;  opacity: 0.3;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/secure/general/elements/cursors/closeBox.png) no-repeat 0 0;}
        
       
	   /* */
        #cboxClose{background-position:-50px 0px; right:0;}
		/* */
        #cboxClose:hover{background-position:-50px -25px;}
        
