/* tlo galerii (czarne przezroczyste pokrywajace cale okno przegladarki) */
#gallery-wrapper
{
	position: absolute;
	z-index: 90;	
	left: 0;
	top: 0;	
	background-color: #000;
}

/* wskaznik ladowania galerii */
#gallery-loader-container
{		
	position: absolute;
	z-index: 110;
	left: 0;	
	width: 100%;		
}

#gallery-loader
{
	width: 200px;
	height: 40px;
	padding: 60px 0 0 0;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #000;	
	color: #000;
	background: #fff url('./../../images/galeria/loading.gif') 84px 20px no-repeat;
}

/* element wzgledem ktorego srodkowne jest glowne okno galerii */
#gallery-container
{
	position: absolute;
	z-index: 100;
	left: 0;	
	width: 100%;		
}

/* glowne okno galerii (biale okno posrodku strony) */
#gallery-content
{
	position: relative;
	width: 720px;	
	margin: 0 auto;
	background: #fff url('./../../images/galeria/gallery-bg-vertical.jpg') left top repeat-y;
}

/* GORNA CZESC OKNA GLOWNEGO (wybor miniatur) */
#gallery-content-top
{
	position: relative;
	height: 116px;	
	width: inherit;	
	background: url('./../../images/galeria/gallery-bg-horizontal.jpg') left top repeat-x;
}

#gallery-content-top ul
{
	position: absolute;
	left: 76px;
	top: 26px;
	list-style: none;	
	width: 610px;
	height: 74px;	
	padding: 0;	
}

#gallery-content-top ul li
{
	float: left;
	width: 93px;
	height: 74px;
	margin: 0 1px;	
}

#gallery-content-top ul li.pos-1 	{ margin: 0 1px 0 0; }

#gallery-content-top ul li.pos-6 	{ margin: 0 0 0 1px; }

#gallery-content-top ul li a
{
	float: left;
	width: 85px;
	height: 66px;	
	padding: 3px;
	text-align: center;
	border: 1px solid #ededed;
}

#gallery-content-top ul li a:hover { border-color: #ff8a00; }

/* przyciski: poprzednie i nastepne zdjecie */
#gallery-prev-button
{
	position: absolute;
	left: 35px;
	top: 53px;
	width: 28px;
	height: 20px;
}

#gallery-next-button
{
	position: absolute;
	right: 35px;
	top: 53px;
	width: 28px;
	height: 20px;
}

/* SRODKOWA CZESC OKNA GLOWNEGO (prezentacja aktualnego zdjecia) */
#gallery-content-main
{
	height: 474px;
	width: inherit;
	text-align: center;
	background: url('./../../images/galeria/gallery-bg-horizontal.jpg') left bottom repeat-x;
}

/* wskaznik wczytywania danych */
#gallery-indicator
{
	position: absolute;
	left: 0;
	top: 200px;
	width: 100%;
	text-align: center; 	
}

#gallery-indicator strong { display: block; }

/* obramowanie zaznaczonej miniaturki */
#gallery-thumb-select-border
{
	position: absolute;	
	left: 76px;				/* ustawienie ramki  na pierszej miniaturce */
	top: 26px;				
	width: 91px;			
	height: 72px;
	border: 1px solid #ff8a00;	
}

/* przycisk zamkniecia okna */
#gallery-close
{	
	position: absolute;
	z-index: 100;	
	right: 20px;
	top: 20px;
	width: 14px;
	height: 11px;
}

#gallery-close a
{		
	float: left;
	width: 14px;
	height: 11px;	
}

/* zaokraglone rogi */
#gallery-content span
{
	display: block;
	position: absolute;
	z-index: 5;
	width: 20px;
	height: 20px;	
}

#rt-corner { right: 10px; top: 10px; background: url('./../../images/galeria/preview-rtc.jpg') 0 0 no-repeat; }

#lb-corner { left: 10px; bottom: 10px; background: url('./../../images/galeria/preview-lbc.jpg') 0 0 no-repeat; }