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


.hoverbox
{
cursor: default;
list-style: none;
display:block;
padding:0px;
margin:0px;
width: 510px;
}

.hoverbox a
{
	display: block;
}

.hoverbox a:hover
{
    filter:alpha(opacity=50);
   -moz-opacity:0.5;
   -khtml-opacity: 0.5;
   opacity: 0.5;
}

.hoverbox img
{
	background: #FCF9EC;
	color: inherit;
	vertical-align: top;
	width: 45px;
	height: 45px;
	border:0;
}

.hoverbox li
{
	background: #FCF9EC;
	border: #886A50 solid 1px;
	display: inline;
	float: left;
	margin: 4px;
	position: relative;
}