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


a
{
	text-decoration: none;
}

body
{
	background: #fff;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 620px;
}

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

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

#hoverbox
{
	width: 780px;
	margin-top: 27px;
}

#hoverbox p
{
	margin-bottom: 30px;
	height: 30px;
}

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a { cursor: default; }
.hoverbox a .preview { display: none; }

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -233px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 0 2px 0 0;
	vertical-align: top;
	width: 94px;
	height: 94px;
}

.hoverbox li
{
	background: #eee;
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .most
{
	width: 375px;
	height: 250px;
}

.hoverbox .one
{
	width: 250px;
	height: 267px;
}
