.fotobox
{
	cursor: default;
	list-style: none;
	margin: 0px 160px 0px 0px;
	padding: 5px;
 	background: #ccff26;
	border-color: #ccff26;
	border-style: solid;
	border-width: 5px;
	display: block;

}

.fotobox a
{
	cursor: default;
}

.fotobox a .preview
{
	display: none;
}

.fotobox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
	border-color: #ccff26;
	border-style: solid;
	border-width: 2px;

}

.fotobox img
{
	background: #ccff26;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.fotobox li
{
	background: #ccff26;
	color: inherit;
	display: inline;
	float: left;
	padding: 2px;
	position: relative;
}

.fotobox .preview
{
	width: 200px;
	height: 150px;
}
