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

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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: gray;
	border-color: #3a3a3a #2e2e2e #2e2e2e #3a3a3a;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 160px;
	height: 120px;
	cursor: pointer;
}

.hoverbox li
{
	background: #333;
	background: #373737;
	border-color: #3a3a3a #2e2e2e #2e2e2e #3a3a3a;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	color: white;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	line-height:20px; 
	font-size:11px;
	font-weight: normal;
	text-align: center;
	cursor: default;
}

.hoverbox .preview
{
	border-color: #000;
	width:320px;
	height: 240px;
	cursor: pointer;
}
