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

}
/* =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: -40px;
	left: -40px;
	z-index: 1;
}

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

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