.hoverbox
{
	cursor: default;
	list-style: none;

	
}


.hoverbox a
{
	cursor: default;		text-decoration: none;
	color: #606066;
}

.hoverbox a .preview
{
	display: none;



}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
top: -33px;
	left: -45px;
	z-index: 1;

}

.hoverbox img
{
	background: #fff;
border: none;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 150px;
}

.hoverbox li
{
	background: #fff;
border: none;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;	
		text-decoration: none;
			font-size: 11px;
	color: #606066;

	font-style: italic;
		font-family: Georgia, Cambria, Time New Roman, serif;

}

.hoverbox .preview
{	border-style: solid;
	border-width: 1px;
	border-color: #aaa #ccc #ddd #bbb;
	width: 500px;
	height: 500px;
}
