/* =Basic HTML, Non-essential----------------------------------------------------------------------h1{	background: inherit;	border-bottom: 1px dashed #ccc;	color: #933;	font: 17px Georgia, serif;	margin: 0 0 10px;	padding: 0 0 5px;	text-align: center;}p{	clear: both;	font: 10px Verdana, sans-serif;	padding: 10px 0;	text-align: center;}p a{	background: inherit;	color: #777;}p a:hover{	background: inherit;	color: #000;}*//* =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: -20px;	left: -10px;	z-index: 1;}.hoverbox img{		border-color: #CCCCCC;	border-style: solid;	border-width: 1px;	color: inherit;	vertical-align: top;	width: 100px;	height: 78px;}.hoverbox li{		border-color: #9e8e05;	border-style: solid;	color: inherit;	display: inline;			position: relative;}.hoverbox .preview{	border-color: #999999;	width: 125px;	height: 99px;}