/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	width: 800px;
}

.hoverbox a
{
	/*cursor: default;*/
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -36px;
	left: -19px;
	z-index: 1;
	background: white;
}

.hoverbox img
{
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 180px;
	height: 135px;
	border-radius: 8px;
}

.hoverbox li
{   
	width: 180px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px 4px 3px 3px;
	padding: 5px;
	position: relative;
}
.hoverbox li span{
width:180px; height:40px; display:block; text-align:center; margin:8px 0; padding:4px 0; line-height:14px; font-size:11px;
}

.hoverbox .preview
{
	border: #3176db 2px solid;
	width: 260px;
	height: 195px;
}