*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	list-style: none;
	width: 685px;
	float: left;
}

.hoverbox a
{
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 80px;
	height: 140px;
	border: 1px solid #eee;
}

.hoverbox li
{
	border-color: #000000;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	width: 100px;
	height: 350px;
	border: 1px none #000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 83px;
	text-align: center;
	background-color: #eee;
	height: 30px;
	margin-left: 0px;
	border: 1px none #eee;
}
.hoverbox .preview100X200 {
	width: 100px;
	height: 200px;
	border: 1px solid #000;
}
.hoverbox a .preview100X200 {
	display: none;
}
.hoverbox a:hover .preview100X200 {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
