.gallery {
	height: 100px;
	width: 510px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 35px;
	background-image: url(../../../../images/gallery.gif);
	background-position: center bottom;

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

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

.hoverbox li
{
	display: inline;
	float: left;
	position: relative;
	margin-right: 5px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	border:1px solid #DFD79C;
	padding: 2px;
	vertical-align: top;
	width: 70px;
	height: 70px;
}

.hoverbox .preview
{
	border-color: #DFD79C;
	width: 200px;
	height: 167px;
}
