*{margin:0;padding:0;}


h1
{
	background: inherit;
	border-top: 1px solid #ccc;
	color: #993333;
	font: 18px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: right;
}

.num_2 {
	margin-top:250px;
	text-align:right;

}



/* =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: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #87260e;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: .1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: auto;
	height: 75px;
}

.hoverbox li
{
	background: #eeeeee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: .5px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	text-align:center;
}

.hoverbox .preview
{
	border-color: #000;
	width:auto;
	height: 180px;
}