

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


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

.hoverbox a
{
	cursor: hand;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #fff;
	padding: 1px;
	vertical-align: top;
	width: 68px;
	height: 68px;
}

.hoverbox li
{
	display: inline;
	float: left;
	padding: 1px;
	position: relative;
}

.hoverbox .preview
{
	width: 136px;
	height: 136px;
}

#gallery_intro {
	position: absolute;
	display: inline;
	width: 400px;
	height: 300px;
	left: -15px;
	top: 290px;
	z-index: 4;
}