*

/* =Hoverbox landscape Code
----------------------------------------------------------------------*/

.hoverbox {
	list-style: none;
}

.hoverbox a {
	cursor: default;
}

.hoverbox a .preview {
	display: none;
}

.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -100px;
	left: -100px;
	z-index: 1;
}

.hoverbox img {
	background: #fff;
	border:1px solid #999;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	/*width: 100px;
	height: 75px;*/
}

.hoverbox li {
	/*background: #eee;
	border:1px solid #ccc;*/
	color: inherit;
	display: inline;
	float: center;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview {
	border-color: #000;
	/*width: 400px;
	height: 300px;*/
}
