#colorbox,  #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; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{ background-color:#444c4d; z-index: 9998;}
#colorbox{ border:#444c4d  1px solid; }

    #cboxContent{background:#a0a386;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/colorbox/vorige.jpg) 0px 0px no-repeat; width:125px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; right:0px; background:url(../images/colorbox/volgende.jpg) 0px 0px no-repeat; width:73px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:0px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
