html, body, #container {
	height:100%;
	width:100%;
	margin:0;
	border:0;
	padding:0;
	background-color: #222;
}

.hidden {
display: none;
}


body {
display:table;
}

/* dla przegladarek */
body>#container
{
	display:table-cell;
	vertical-align:middle;
}

/* dla badzIEwia */
* html #container
{
	position:absolute;
	height:auto;
	text-align:center;
	/* ultrapack by Elus */
	top:expression((x=(document.documentElement.offsetHeight-this.offsetHeight)/2)<0?0:x+'px');
}

/*-----------*/
#srodeczek {
	width:830px;
	margin:0 auto;
	text-align:center;
}
#menu {
	width: 830px;
	height: 30px;
	position: relative;
	background-color: #222;
}
#obraz {
	width: 800px;
	height: 500px;
	position: relative;
	background-color: #111;
	padding: 15px;
	z-index: 1;
}
#obraz6x6 {
	width: 800px;
	height: 400px;
	position: relative;
	background-color: #111;
	padding: 15px;
	z-index: 1;
}
#strzalki {
	width: 800px;
	height: 30px;
	position: absolute;
	margin-top: -90px;
	padding: 15px;
	z-index: 2;
}

#slub {
	width: 70px;
	height: 28px;
	background-color: transparent;
	background: url("slub.png");
	float: left;
	border: none;
}
#ciaza {
	width: 120px;
	height: 28px;
	background-color: transparent;
	background: url("ciaza.png");
	float: left;
	border: none;
}
#pakt {
	width: 120px;
	height: 28px;
	background-color: transparent;
	background: url("pakt.png");
	float: left;
	border: none;
}
#kontakt {
	width: 100px;
	height: 28px;
	background-color: transparent;
	background: url("kontakt.png");
	float: left;
	border: none;
}
#links {
	width: 100px;
	height: 28px;
	background-color: transparent;
	background: url("links.png");
	float: left;
	border: none;
}

#dom {
	width: 48px;
	height: 28px;
	background-color: transparent;
	background: url("dom.gif");
	float: left;
	border: none;
}

img.obrazek {
	width: 400px;
	height: 500px;
	border: none;
	float: left;
	clear: none;
}
img.obrazek6x6 {
	width: 400px;
	height: 400px;
	border: none;
	float: left;
	clear: none;
}
img.back {
	width: 50px;
	height: 30px;
	border: none;
	float: left;
	clear: none;
}
img.next {
	width: 50px;
	height: 30px;
	border: none;
	float: right;
	clear: none;
}
