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

.hoverbox
{
	cursor: pointer;
	list-style: none;
	margin-left: 10px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}

.hoverbox a
{
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 85px;
	height: 85px;
}

.hoverbox li
{
	background: #eee;
	color: inherit;
	display: inline;
	float: left;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 200px;
}



/* =hoverboxV2. simplified version of hoverboxV2, no more 'preview' class. will just expand same img. 
used for sponsors gallery. greatly simplifies the page code.
----------------------------------------------------------------------*/

.hoverboxV2
{
	cursor: pointer;
	list-style: none;
	margin-left: 10px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: relative;
}

.hoverboxV2 a
{
	cursor: pointer;
}

.hoverboxV2 a:hover img
{
	display: block;
	position: absolute;
	top: -50px;
	left: -50px;
	z-index: 1;
	border-color: #000;
	width: 200px;
	height: 200px;
}

.hoverboxV2 img
{
	background: #ffffff;
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 85px;
	height: 85px;
}

.hoverboxV2 li
{
	background: #eee;
	color: inherit;
	display: inline;
	float: left;
	padding: 0px;
	position: relative;
	width:95px;
	height:95px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
