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

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox img
{
	background: #FFF;
	border-color: #CCC #999 #333 #999;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 94px;
	height: 94px;
}

.hoverbox li
{
	background: #FFF;
	border-color: #FFF #E9E9E9 #EEE #E9E9E9;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 0px;
	position: relative;
	list-style-type: none;
}

.hoverbox li h1
{
	display:none;
}

.hoverbox .preview h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox .preview
{
	border-color: #999 #999 #333 #999;
	border-style: solid;
	border-width: 1px;
	padding: 6px;
	width: 150px;
	height: 150px;
}

.smallhoverbox
{
	cursor: default;
	list-style: none;
}

.smallhoverbox a
{
	cursor: default;
}

.smallhoverbox img
{
	background: #FFF;
	border-color: #CCC #999 #333 #999;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 72px;
	height: 72px;
}

.smallhoverbox li
{
	background: #FFF;
	border-color: #FFF #E9E9E9 #EEE #E9E9E9;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 0px;
	position: relative;
	list-style-type: none;
}

.smallhoverbox li h1
{
	display:none;
}

.smallhoverbox .preview h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
}

.smallhoverbox a .preview
{
	display: none;
}

.smallhoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -80px;
	left: -43px;
	z-index: 1;
}

.smallhoverbox .preview
{
	border-color: #999 #999 #333 #999;
	border-style: solid;
	border-width: 1px;
	padding: 6px;
	width: 150px;
	height: 150px;
}
