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

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

.hoverbox a
{
	cursor: pointer;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox img
{
	background: #222;
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	width: 85px;
	height: 60px;
}

.hoverbox img:hover
{
	border-color: #cccc66;
}



.hoverbox li
{
	background: #eee;
	color: inherit;
	display: inline;
	float: left;
	margin: 6px;
	position: relative;
}
