.hoverbox
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.hoverbox a
{
   text-decoration: none;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	width: 148px;
	height: 186px;
}

.hoverbox li
{
	display: inline;
	float: left;
	position: relative;
	margin-left: 16px;
	margin-bottom: 16px;
}

.hoverbox .preview
{
	width: 222px;
	height: 279px;
	border: 2px solid #333333;
}

.textback {
	width: 143px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(../images/textback.png);
	background-repeat: no-repeat;
	color: white;
	font-weight: bold;
	padding-left: 5px;
	font-size: 10px;
	text-decoration: none;
}