/*
    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;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0px;}
#cboxLoadingOverlay, #cboxLoadingGraphic{width:100%; position:absolute; top:0; left:0;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{display:block; float:left; margin:auto; border:0;}
.cboxIframe{display:block; width:100%; height:100%; border:0;}

/*
    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:#fff;}
#colorbox{}
    #cboxContent{background:none; margin:0px;}
        #cboxError{padding:50px;}
        #cboxLoadedContent{}
		#cboxTitle{display:none; opacity:0;}
        #cboxCurrent{font:italic 12px/45px Georgia, "Times New Roman", Times, serif; color:#464646; text-align:center; width:100%; position:absolute; bottom:0; left:15;}
        #cboxSlideshow{}
        #cboxPrevious{display:none;}
        #cboxPrevious:hover{}
        #cboxNext{display:none;}
        #cboxNext:hover{}
        #cboxLoadingOverlay{}
        #cboxLoadingGraphic{background:url(/img/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{background:url(/img/colorbox/controls.png) no-repeat 0px 0px; text-indent:-9999px; width:20px; height:20px; margin-top:0px; margin-right:0px; position:absolute; top:0; right:0;}
        #cboxClose:hover{background-position:-20px 0px;}