* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	padding-bottom: 50px;
	text-align: center;
}

img {
    border: none;
}

#back {
    float: right; 
	text-align: center;
}

#back a {
	background: url(../images/back.png) no-repeat;
	width: 112px;
	height: 21px;
	font-size: 10px;
	font-weight: bold;
    color: white;
    text-decoration: none;
	display: block;
	line-height: 22px;
}

#back a:hover {  
	background: url(../images/back.png) no-repeat bottom;
	color: black;
}

#back span {
	font-weight: bold;
	margin-right: 8px;
}



/*redefine*/

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*content*/

#container {
	width: 864px;
	height: 1000px;
	position: relative;
	padding-top: 40px;
	margin: 0 auto;
	text-align: left;
}

.tytul {
	width: 670px;
	padding-top: 50px;
}

.thumbnailContainer {   /* ustawienia wys. są w js/images.js linia 49 */
	width: 855px;
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	height: 1000px; 
	overflow: hidden;
	border-bottom: 1px solid #ccc;		
}

/* IE6 fix */
* html .thumbnailContainer {
	width: 860px;
}

/* poszczególne miniaturki */
.thumbnailContainer .horizontal, .thumbnailContainer .vertical, .thumbnailContainer .square {
	border: 1px solid #ccc;
	width: 130px;
	height: 130px;
	text-align: center;
	float: left;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;		
}

.thumbnailContainer .horizontal img {
	margin-top: 17px;
}

.thumbnailContainer .vertical img {
	margin-top: 5px;
}

.thumbnailContainer .square img {
	margin-top: 10px;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}


#images {
	display: none;
}
