h3#gallery
{
	background: inherit;
	color: #000000;
	margin: 0 0 10px;
	text-align: left;
	font-size: 1em;
}

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

.hoverbox
{
	cursor: default;
	list-style: none;
	width: 620px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 190px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	color: inherit;
	padding: 5px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	background-color: #fff;
	margin: 1px;
	border: 1px solid #CCCCCC;	
}

.hoverbox li
{
	background: #eee;
	color: inherit;
	display: inline;
	float: left;
	padding: 1px;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}

.hoverbox .preview
{
	width: 200px;
	height: 150px;
	border: 1px solid #CCCCCC;
	
}
