/*
    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
	The following 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{border: 2px solid #FFC77F;}
	#cboxTopLeft{width:14px; height:14px; background-color: #ffffff;}
	#cboxTopCenter{height:14px; background-color: #ffffff;}
	#cboxTopRight{width:14px; height:14px; background-color: #ffffff;}
	#cboxBottomLeft{width:14px; height:43px; background-color: #ffffff;}
	#cboxBottomCenter{height:43px; background-color: #ffffff;}
	#cboxBottomRight{width:14px; height:43px; background-color: #ffffff;}
	#cboxMiddleLeft{width:14px; background-color: #ffffff;}
	#cboxMiddleRight{width:14px; background-color: #ffffff;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:5px;}
		#cboxLoadingOverlay{}
                #cboxLoadingGraphic{background-image:url(../images/slideshow/loading_gelb.gif); background-position: center center; background-repeat: no-repeat;}
                #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-family:verdana; color:#7C7C7C;}
                #cboxCurrent{position:absolute; bottom:-25px; left: 0; font-family:verdana; color:#7C7C7C;}
				#cboxClose {position:absolute; bottom:-34px; width:32px; height:32px; text-indent:-9999px;}
                #cboxPrevious, #cboxNext, #cboxSlideshow {position:absolute; bottom:-30px; width:24px; height:24px; text-indent:-9999px;}
                #cboxPrevious{right: 122px; background-image:url(../images/slideshow/prevlabel_gelb.gif); background-repeat: no-repeat;}
                #cboxNext{right: 58px; background-image:url(../images/slideshow/nextlabel_gelb.gif); background-repeat: no-repeat;}
				#cboxClose{right:0; background-image:url(../images/slideshow/close_gelb.gif); background-repeat: no-repeat;}

                .cboxSlideshow_on #cboxSlideshow{background-image:url(../images/slideshow/pause_gelb.gif); background-repeat: no-repeat; right:90px;}
                .cboxSlideshow_off #cboxSlideshow{background-image:url(../images/slideshow/start_gelb.gif); background-repeat: no-repeat; right:90px;}
