/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body {
	background-color: #1a1b1e;
	width: 100%;
	margin: 30px auto;

}

a {
	border: 0;
}

img {
	border: 0;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 165px;
	height: 120px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}
#kwick_1 { 
}
#kwick_2 {
}
#kwick_3 {
}
#kwick_4 { 
}
#kwick_5 {
}
#kwick_6 {
}
#kwick_7 {
}
#kwick_8 {
}
.kwicks.horizontal #kwick_8 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}

#stopka {
	font-size:11px; 
	color:#333;
	position: relative; 
	margin: 490px auto;
	width: 100%;
	text-align: center;
}

#menu {
	position: relative; 
	margin: -400px auto;
	width: 100%;
	text-align: center;
}

#tabela {
	position: relative; 
	margin: 0 auto;
	width: 892px;
	text-align: center;
}