*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
	font-weight: bold;
}
/* .hoverbox a {
	cursor: url("images/zoom-in.cur"), pointer;
} */

.hoverbox a .preview {
	display: none;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -23px;
	left: -35px;
	z-index: 1;
}
/* This is the preview text */
.hoverbox a:hover .preview p {
	float: left;
	width: 100%;
	color: #000000;
	margin-top: 124px;
	padding: 4px 0;
	background-color: #fff;
	filter:alpha(opacity=80);
}
.hoverbox img {
	background: #fff;
	/* border-color: #aaa #ccc #ddd #bbb; */
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}
.hoverbox li {
	background: #fff;
	/* border-color: #ddd #bbb #aaa #ccc; */
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.hoverbox .preview {
	border-color: #fff;
	width: 200px;
	height: 150px;
}
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a {
	position: relative;
}
.hoverbox a:hover {
	display: block;
	font-size: 100%;
	z-index: 1;
}
.hoverbox a:hover .preview {
	top: -28px;
	left: -40px;
}
.hoverbox li {
	position: static;
}
