img {border: none;}
a {border: none;}

#content {
	float: left;
	width: 780px;
	height: 500px;
}

.bild {
	position: relative;
	display: block;
	width: 120px;
	height: 120px;
	margin-bottom: 1px;
	margin-left: 1px;
	float: left;
	background-color: #EEE;
}

.horiz .thumb {
	margin-top: 22px;
	margin-left: 10px;
}

.vert .thumb {
	margin-top: 10px;
	margin-left: 22px;
}

a .preview {
	position: absolute;
	display: none;
	background-color: #333;
	padding: 10px;
	border: 10px solid white;
	z-index: 1000;
}

.horiz .preview
{
	top: -35px;	
	left: -60px;
}

.vert .preview
{
	top: -50px;	
	left: -35px;
}

a:hover .preview {
	display: block;
}


