* {
	border: 0;
	margin: 0;
	padding: 0;
}
/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a {
	text-decoration: none;
}
p {
	clear: both;
	padding: 10px 0px 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;
	text-align: center;
	display: inline;
}
.hoverbox a {
	cursor: default;
}


.hoverbox p {
	font-size: .7em;
	line-height: 1.2em;
}
.hoverbox p .name {
	font-weight: bold;
	font-size: 1.2em;
}
.hoverbox a .preview {
	display: none;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;	
}
.hoverbox a:active .preview {
	margin-top: -11px;
	margin-left: -7px;
}
.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0;
	vertical-align: top;
	width: 125px;
	height: 100px;
}
.hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0;
	padding: 7px;
	position: relative;
}
.hoverbox .preview {
	border-color: #036;
	width: 250px;
	height: 200px;
}
.hoverbox p .smallname {
	font-weight: bold;
	font-size: 1em;
}

