/*
    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:url(/images/colorbox/bergfex/overlay.png) 0 0 repeat; z-index:90}

#colorbox{ }
	#cboxTopLeft{width:23px; height:23px; background:url(/images/colorbox/bergfex/frame.png) left top no-repeat;}
	#cboxTopCenter{height:23px; background:url(/images/colorbox/bergfex/frame.png) center top no-repeat;}
	#cboxTopRight{width:23px; height:23px; background:url(/images/colorbox/bergfex/frame.png) right top no-repeat;}
	#cboxBottomLeft{width:23px; height:23px; background:url(/images/colorbox/bergfex/frame.png) left bottom no-repeat;}
	#cboxBottomCenter{height:23px; background:url(/images/colorbox/bergfex/frame.png) center bottom no-repeat;}
	#cboxBottomRight{width:23px; height:23px; background:url(/images/colorbox/bergfex/frame.png) right bottom no-repeat;}
	#cboxMiddleLeft{width:23px; background:url(/images/colorbox/bergfex/frame.png) left center no-repeat;}
	#cboxMiddleRight{width:23px; background:url(/images/colorbox/bergfex/frame.png) right center no-repeat;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:0px; overflow:hidden;}
				#cboxTitleContainer {
					font-family: Arial, Helvetica, sans-serif;
					background-image: url(/images/colorbox/bergfex/overlay_title.png);
					position:absolute;
	                bottom: 0px;
	                width: 100%;
	                overflow: visible;
				}
	                #cboxTitle { 
	                	min-height: 27px;
	                	padding-top: 6px;
	                	padding-bottom: 8px;
	                	padding-left: 12px;
	                	padding-right: 140px; 
	                	text-align: left; 
	                	color: white;
	                	font-size: 14px;
	                	font-weight: bold;
	                }
	                #cboxTitle .title {
	                	font-family: Arial, Helvetica, sans-serif;
	                	font-size: 14px;
	                	font-weight: bold;
	                }
	                
	                #cboxTitle .caption {
	                	font-family: Arial, Helvetica, sans-serif;
	                	font-size: 11px;
	                	font-weight: normal;
	                	line-height: 11px;
	                	padding-top: 3px;
	                }
	                #cboxTitle .copyright {
	                	font-family: Arial, Helvetica, sans-serif;
	                	font-size: 11px;
	                	font-weight: bold;
	                	position: absolute;
						right: 10px;
						text-shadow:0 0 5px black;
						top:-19px;
	                }
	                
                #cboxCurrent{
                	font-family: Arial, Helvetica, sans-serif;
                	position:absolute; 
                	bottom: 12px; 
                	font-size: 14px;
                	font-weight: bold;
                	right: 73px; 
                	width: 75px;  
                	color: #61b0ff; 
                	text-align: right;
                }
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:5px; right: 36px; background:url(/images/colorbox/bergfex/controls.png) left top no-repeat; width:30px; height:30px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position: left bottom;}
                #cboxNext{position:absolute; bottom:5px; right:7px; background:url(/images/colorbox/bergfex/controls.png) -30px top no-repeat; width:30px; height:30px; text-indent:-9999px;}
                #cboxNext.hover{background-position: -30px bottom;}
		#cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) center center no-repeat;}
		#cboxClose{visibility: visible; position:absolute; top:0; right:0; background:url(/images/colorbox/bergfex/controls.png) -60px top no-repeat; width:30px; height:30px; text-indent:-9999px;}
		#cboxClose.hover{background-position: -60px bottom;}
		

.colorboxThumb {
	margin-right: 6px; 
	margin-bottom: 6px;
	float: left;
}