*
{
	border: 0;
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
}

.gallery
{
	vertical-align: top; 
	background-color: rgb(216, 255, 87); 
	height: 789px; 
	width: 650px;
}


.hoverbox
{
	cursor: default;
	list-style: none;
	margin-left: 1px;
	margin-top: 18px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	border: 5px solid;
	border-color: #3a3e37;
	position: absolute;
	top: -420px;
	left: -180px;
	z-index: 1;
}

.hoverbox img
{
	background-color: #ffffff;
	border: 0px solid;
	border-color:#3a3e37;
	color: #775144;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	color: #775144;
	display: inline;
	float: left;
	margin-left: 19px;
	margin-top: 12px;
	padding: 5px;
	position: relative;
	background-color:#3a3e37;
}

.hoverbox .preview
{
/*	border: 1px solid;
	border-color: #3a3e37; */
	width: 584px;
	height: 438px;
}

.nadpis
{
	background-color: #F7E5B7;
	font-family: "Lucida Sans Unicode";
	font-weight: bold;
	font-size: 18;
	color: #775144;
	width: 750px;
	height: 25px;
}