img#zaslepka { position: absolute; z-index: 10; margin-top: 250px; }

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 241px;
	height: 300px;

	/*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) */
		margin: 0;
	padding: 0;
}
.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;
		margin: 0;
	padding: 0;
}
.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. */	
		margin: 0;
	padding: 0;
}

#kwick_1 { 
	z-index:2;
	cursor:pointer;
}
#kwick_2 {
	z-index:3;
	cursor:pointer;
}
#kwick_3 {
	z-index:4;
	cursor:pointer;
}
#kwick_4 { 
	z-index:5;
	cursor:pointer;
	padding:0px;
margin:0px;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
	padding:0px;
margin:0px;
}

div.kwick {
width:500px;
height:280px;
padding:0px;
margin:0px;
overflow: hidden;
}

.kwick_admin_panel {
padding:0px;
margin:0px;
}
