*

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
text-align:center;
}

.hoverbox a
{
	cursor: default;
text-align:center;
}

.hoverbox a .preview
{
	display: none;
text-align:center;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
text-align:center;
}

.hoverbox img
{
	background: #0F0F0F;
	border-color: #2D0006 #2D0006 #42000A #42000A ;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 90px;
	height: 95px;
	text-align:center;

	

}

.hoverbox li
{
	background: ;
	border-color: #000000 black;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display:block;
	
	padding: 5px;
	position: relative;
	float: center;
	
	    margin-left: 7px;
    margin-right: 7px;	


}

.hoverbox .preview
{
	border-color: #880011;
	border:2;
	width:200px;
	height:auto;
	float:left;
	


}