#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(images/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(images/close_red.png) no-repeat; }
	#lbClose.green { background: url(images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(images/pause_red.png) no-repeat; }
	#lbPause.green { background: url(images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(images/pause_gold.png) no-repeat; }
	
	
html, body {
	background-color: #3b2e26; 
	color: black;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

h2 {
	margin: 10;
	padding: 0;
	text-align: justify;
	color: white;
	font-family: "Century Gothic", "Verdana";
	font-size: 20;	
	font-weight: normal;
	font-style: italic;	
}

h3 {
	margin: 10;
	padding: 0;
	text-align: justify;
	color: white;
	font-family: "Century Gothic", "Verdana";
	font-size: 14;	
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
	color: white;
	font-family: "Century Gothic", "Verdana"
}

a * {
	border-style: none;
	margin: 0;
	padding: 0;
	
}

a:active img {
	border-style: none;
	margin: 0;
	padding: 0;
	
}

a p {
	color: white;
}

a  h2 {
	text-decoration: none;
	margin: 10;
	padding: 0;	
}

body ul, body ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;

}

/*#LINKS ul, #LINKS ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
*/

/* obrazek - tlo dla podstron */
div.back {
	width: 900px;
	height: 600px;
	margin: 20 auto;
	
	position: relative;
	top:0;
	left:0;
	
}

#ENTER {
	background: url(images/nataraya/intro.jpg) no-repeat center;
}

#ENTER_IMG {
	position: absolute;
	top: 100;
	left: 370;
}

#HOME {
	background: url(images/nataraya/home.jpg) no-repeat center;
}

#O-NAS {
	background: url(images/nataraya/o-nas.jpg) no-repeat center;
}

#A-LOPATOWSKA {
	background: url(images/nataraya/o-nas/pani-Ania.jpg) no-repeat center;
}

#A-DOBRZYNSKA {
	background: url(images/nataraya/o-nas/adriana.jpg) no-repeat center;
}

#A-KACZOREK {
	background: url(images/nataraya/o-nas/alicja.jpg) no-repeat center;
}

#M-KRZEMIEN-OJAK {
	background: url(images/nataraya/o-nas/martak.jpg) no-repeat center;
}

#A-MICHALSKA {
	background: url(images/nataraya/o-nas/olam.jpg) no-repeat center;
}

#K-MILL {
	background: url(images/nataraya/o-nas/kasiam.jpg) no-repeat center;
}

#K-WOJCIECHOWSKA {
	background: url(images/nataraya/o-nas/klaraw.jpg) no-repeat center;
}

#TANCE {
	background: url(images/nataraya/tance.jpg) no-repeat center;
}

#OFERTA {
	background: url(images/nataraya/oferta.jpg) no-repeat center;
}

#KONTAKT {
	background: url(images/nataraya/kontakt_4.jpg) no-repeat center;
}

#STUDIUM {
	background: url(images/nataraya/studium.jpg) no-repeat center;
}

#GALERIA {
	background: url(images/nataraya/galeria.jpg) no-repeat center;
}

#GALERIA-WEJSCIE {
	background: url(images/nataraya/galeria_wejscie.jpg) no-repeat center;
}

#POKAZY {
	background: url(images/nataraya/pokazy_podklad.jpg) no-repeat center;
}

#LINKS {
	position: absolute;
	top: 124;
	left: 444;
}

#LINKS ul, #LINKS ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#LINKS ul  {
	float: left;
	margin: 0;
	padding: 0;
}

#LINKS ul li {
	float: left;
}


/*#LINKS ul li a img {
	float: left;
	margin: 0;
	padding: 0;
}*/

div.content_wspolpraca {
	position: absolute;
	top: 260; 	/* pozycja lewego gornego rogu tla: 174 */
	left: 10; 	/* pozycja lewego gornego rogu tla: 444 */
	margin: 0;
	width: 355;
}

div.content_wspolpraca img {
	margin: 5;
}

div.content {
	position: absolute;
	top: 174; 	/* pozycja lewego gornego rogu tla: 174 */
	left: 444; 	/* pozycja lewego gornego rogu tla: 444 */
	margin: 0;
	width: 426;
	
	
}

div.content p {
	margin: 20;
	font-size: 13;
	font-weight: normal;
}

div.content_home  {
	margin-top: 80;
	text-align: center;
}

div.content_home p {
	text-align: center;
	font-size: 16;
}

div.content_all {
	position: absolute;
	top: 130; 	/* pozycja lewego gornego rogu tla: 174 */
	left: 30; 	/* pozycja lewego gornego rogu tla: 444 */
	margin: 0;
	width: 840;
	height: 434;
	

}

p.runo {
	font-style: italic;
}

#TEXT_PREV {
	position: absolute;
	top: 165;
	left: 5;
}
#TEXT_PREV a:hover{
	text-decoration: none;
	color: #3b2e26;
	
}

#TEXT_PREV2 a:hover{
	text-decoration: none;
	color: #3b2e26;
	
}

#TEXT_PREV2 {
	position: absolute;
	top: 194;
	left: 5;
}

#TEXT_MAIN {
	position: absolute;
	top: 0;
	left: 35;
	width: 360;
	height: 360;

}

#TEXT_MAIN  p{
	margin: 10;
}

#TEXT_MAIN a {
	color: white;
}

#TEXT_MAIN1 {
	position: absolute;
	top: 0; 	
	left: 0; 	
	margin: 10;
	width: 400;

}

#TEXT_MAIN1  p{
	margin: 10;
	font-size: 12;
}

#TEXT_MAIN1 a {
	color: white;
}
#TEXT_MAIN2 {
	position: absolute;
	top: 0;
	left: 42;
	width: 342;
	margin: 10;
	padding: 0;
}

#TEXT_MAIN2 p {
	text-align: left;
}

div.column_pokazy {
	width: 357;
	height: 404;
	padding-top: 30;
}

div.column_pokazy p {
	font-size: 13;
	font-weight: normal;
	font-family: "Verdana";
}

div.column_pokazy h2 {
	margin: 0;
	margin-bottom: 10;
}

div.column_pokazy ul li p{
	margin-bottom: 10;
}

#TEXT_MAIN_LEFT {
	position: absolute;
	top: 0;
	left: 42;
	

}

#TEXT_MAIN_RIGHT {
	position: absolute;
	top: 0;
	left: 441;
	

}


#TEXT_NEXT {
	position: absolute;
	top: 165;
	left: 389;

}

#TEXT_NEXT a:hover{
	text-decoration: none;
	color: #3b2e26;
	
}

#TEXT_NEXT2 {
	position: absolute;
	top: 194;
	right: 5;
}
#TEXT_NEXT2 a:hover{
	text-decoration: none;
	color: #3b2e26;
	
}

#TEXT_LIST p {
	text-align: left;
}

#BOLLYWOOD {
	font-size: 12;
}

#KUDIYATTAM {
	font-size: 12;
}

div.img_list ul, div.img_list ul li  {
	display: block;
}

div.img_list p {
	margin: 0;
}

/* w "o nas" zdjecie pani Ani na gorze na srodku*/
#PANI-ANIA {
	position: absolute;
	top: 2;
	left: 150; 
}

#OLA {
	position: absolute;
	top: 2;
	left: 0; 
}

#MARTA {
	position: absolute;
	top: 2;
	left: 125; 
}

#ALICJA {
	position: absolute;
	top: 2;
	left: 250; 
}

#KALARA {
	position: absolute;
	top: 2;
	left: 0; 
}

#KASIA {
	position: absolute;
	top: 2;
	left: 125; 
}

#ADRIANA {
	position: absolute;
	top: 2;
	left: 250; 
}

#PANI-ANIA a img {
	/*border: 1px solid white;*/
}

div.column {
	width: 200;
}

#COLUMN_LEFT {
	position: absolute;
	top: 100;
	left: 5; 
}

#COLUMN_RIGHT {
	position: absolute;
	top: 100;
	left: 215; 
}

ul.block_vert {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

ul.block_vert li {
	margin-bottom: 5;
}

ul.block_vert li  img{
	float: left;
}

/*ul.block_vert li  p{
	margin-left: 100;
}*/

ul.block_vert  li a:link, ul.block_vert  li a:visited{
	text-decoration: none;
}

ul.block_vert  li a:hover{
	text-decoration: underline;
	color: white;
}


ul.block_vert1  li a:hover{
	text-decoration: none;
	color: #3b2e26;
}

li.photo_name {
	height: 90;
	position: relative;
}

li.photo_name  img{
	float: left;
	width: 90;
	height: 90;
}

li.photo_name a  img{
	/*border: 1px solid white;*/
}

li.photo_name  a p{
	font-size: 12;
}

div.photo_description {
	position: absolute;
	top: 20;
	left: 100;
}
div.photo_description1 {
	position: absolute;
	top: 0;
	left: 0;
}
div.photo_description1 p {
	margin-left: 0;
	text-align: left;
	cursor: pointer;
}
div.photo_description p {
	margin-left: 0;
	text-align: left;
	cursor: pointer;
}

#smaller {
	font-size: 12;
}

#GALLERY_RETURN {
	position: absolute;
	top: 40;
	right: 30;	
}

#GALLERY_PHOTO {
	position: absolute;
	top: 40;
	left: 30;
	height: 400;
	width: 840;	

	background: url(images/nataraya/galeria_photo.jpg) no-repeat center;
}

#GALLERY_PHOTO iframe {
	height: 400;
	width: 840;	
	border: 0;
	background-attachment: fixed;
}

#GALLERY_THUMBS {
	position: absolute;
	top: 470;
	left: 30;
	height: 100;
	width: 840;

	background: url(images/nataraya/galeria_thumbs.jpg) no-repeat center;
}

#GALLERY_THUMBS iframe {
	height: 105;
	width: 840;
	border: 0;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
}

#RETURN_BOTTOM {
	position: absolute;
	top: 394;
	left: -5;
}
#RETURN_BOTTOM a:hover{
	text-decoration: none;
	color: #3b2e26;
	
}
#RETURN_HOME {
	position: absolute;
	top: 394;
	left: 330;
}
#RETURN_HOME a:hover{
	text-decoration: none;
	color: #3b2e26;
	
}
#studium_linki {
	width: 430;
	margin-top: 60;
}

ul.photo_board , ul.photo_board li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

ul.photo_board li {
	display: inline;
	margin-right: 5;
	margin-left: 5;
	margin-top: 5;
}

div.photo {
	height: 110;
	width: 110;
	float: left;
	text-align: center;
	margin: 0;
	
}

div.photo img{
	margin-top: 0px;
	border: 0;

}

div.photo a:hover img{
	border: 0;

	
}

div.photo p {
	text-align: center;
}

