/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#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;}


#cboxLoadedContent{overflow:auto;}



#cboxTitle{margin:0;}

#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, so that the structure easier to understand.
*/
#cboxOverlay {
	background: #000;
	}

#cboxContent {
	display: block;
	position: relative;
	width: 529px;
	height: 600px;
	background: #fff;
	overflow: hidden;
	border: solid 2px #004798;
	float: left;
	}
	
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxCurrent{position:absolute; left:58px; font-weight:bold; color:#7C7C7C;}
        
       
	   #cboxClose {
		   display: block;
		   position: absolute;
		   width: 529px;
		   height: 30px;
		   top: 0;
		   background: #004798 url(/promocje/gazetki/img/close.gif) 423px 0 no-repeat;
		   }




