#gallery 
{
width: 98%;
background-color: #fff;
margins: 0 auto;
height: 175px;
float: right;
}
#gallery2 
{
width: 99%;
background-color: #fff;
margins: 0 auto;
height: 245px;
float: right;
}

span
{	
font: 9pt Tahoma, sans-serif;    
color:#999;
text-transform: uppercase;
} 


/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 90px;
	height: 90px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	padding: 5px;
	margin: 15px 15px 0 15px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 240px;
	height: 240px;
}