
/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none; width:700px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 80px;
	left: 200px;
	z-index: 1;
}

.hoverbox img
{
	color: inherit;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 250px;
	height: 250px;	
	float: left;
}

.hoverbox li
{
    float: left; 
	_position: static;
}

.hoverbox .preview
{
	border-color: #000;
	width: 550px;
	height: 550px;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	_position: relative;
}

.hoverbox a:hover
{
	_display: block;
	_font-size: 100%;
	_z-index: 1;
}

.hoverbox a:hover .preview
{
	_top: -38px;
	_left: -250px;
}
