*

{

	border: 0;

	margin: 0;

	padding: 0;

}



/* =Basic HTML, Non-essential

----------------------------------------------------------------------*/



a

{

	text-decoration: none;

}







h1

{

	background: inherit;

	border-bottom: 1px dashed #ccc;

	color: #933;

	font: 17px Georgia, serif;

	margin: 0 0 0px;

	padding: 0 0 0px;

	text-align: center;

}



p

{

	clear: both;

	font: 10px Verdana, sans-serif;

	padding: 0px 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: 0 px;

	margin-top:30px;

	left: 0px;

	z-index: 1;

}



.hoverbox img

{

	

	background: #eee;

	border-style: solid;

	border-width: 0px;

	color: inherit;

	padding: 0px;

	vertical-align: top;

	width: 105px;

	height: 99px;

}



.hoverbox li

{

	border-color: #ddd #bbb #aaa #ccc;

	border-style: solid;

	border-width: 0px;

	color: inherit;

	display: inline;

	float: left;

	margin: 4px;

	padding: 0px;

	position: relative;

}



.hoverbox .preview

{

	border-color: #000;

	width: 230px;

	height: 173px;
	position:absolute;
	left:200px;

}