
/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

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

.hoverbox
{
	cursor: default;
	list-style: none;
	padding:5px 0 0 0;
	margin:0;
}

.hoverbox a
{
	/*cursor: default;*/
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #fff;
	border:0;
	padding: 2px;
	vertical-align: top;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px 8px 3px 3px;
	padding: 5px;
	position: relative;
	width:170px;
	height:185px;
	text-align:center;
	font-size:10px;
}


.hoverbox .preview
{
	padding:5px 5px 15px 6px;
	background-color:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-align:center;
	border:1px solid #999;
	height:auto;
	width:auto;
}

