/* =Hoverbox Code
----------------------------------------------------------------------*/
h1 { font-size:24px; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; color:#a43556; padding:0 0 10px 3px}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: hend;	
	
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -100px;
	left: -50px;
	z-index: 15299;
}

.hoverbox img
{
	color: inherit;
	vertical-align: top;
	width: auto;
	height: auto;

}

.hoverbox li{

	color: inherit;
	display: inline;
	float: left;
	margin-right:30px;
	margin-bottom:20px;
	position: relative;

}

.hoverbox li:hover
{	
		overflow: visible;	
}

.hoverbox a.smoll { overflow:hidden; width:120px; height:80px; display:block;
border-color: #a43556;
	border-style: solid;
	border-width: 2px;
  }
.hoverbox a.smoll:hover { overflow: visible;}

.hoverbox .preview
{
border-color: #a43556;
	width: auto;
	height: auto;
	z-index: 11199;
}
