/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/

#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; overflow:visible;}
#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, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#000;}

#colorBox{}
	#cboxContent{background:#fff;padding:10px}
            #cboxLoadedContent{margin-bottom:20px;}
            #cboxTitle{position:absolute; bottom:10px; left:5550px; text-align:center; width:100%; color:#999;display:none}
            #cboxCurrent{position:absolute; bottom:10px; left:5110px; color:#999;display:none}
            #cboxSlideshow{position:absolute; bottom:10px; right:5542px; color:#444;}
            #cboxPrevious{background:url(/public/images/colorbox/images/pil_vanster.png) no-repeat;width:9px;height:9px;position:absolute; bottom:10px; left:10px; color:#444;}
            #cboxNext{background:url(/public/images/colorbox/images/pil_hoger.png) no-repeat;width:9px;height:9px;position:absolute; bottom:10px; left:43px; color:#444;}
            #cboxLoadingOverlay{background:url(/public/images/colorbox/images/loading.gif) 5px 5px no-repeat #fff;}
            #cboxClose{background:url(/public/images/colorbox/images/kryss.png) no-repeat;width:9px;height:9px;position:absolute; bottom:10px; right:10px; display:block;}