

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

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

.hoverbox a, .hoverboxPortrait a
{
	cursor: default;
}

.hoverbox a .preview, .hoverboxPortrait a .preview
{
	display: none;
}

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

.hoverboxPortrait a:hover .preview
{
	display: block;
	position: absolute;
	top: -10px;
	left: -60px;
	z-index: 1;
}
.hoverbox img
{
	vertical-align: top;
	width: 150px;
	height:100px;
}
.hoverbox .preview
{
	width: 400px;
	height: 260px;
}
.hoverboxPortrait img
{
	
	vertical-align: top;
	width: 75px;
	height:100px;
}
.hoverboxPortrait .preview
{
	width: 195px;
	height: 260px;
}
.hoverbox li, .hoverboxPortrait li
{
	
	display: inline;
	float: left;
	margin: 1px;
	padding: 3px;
	position: relative;
}


