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

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

.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 a:hover .skinny{	display: block;	position: absolute;	bottom: -27px;	right:7px;	z-index: 1;}.hoverbox a .skinny{	display: none;}
.hoverbox img
{
	background: #080000;
	border-color: #f3f5c4; /*#aaa #ccc #ddd #bbb;*/
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #080000;
	border-color: #f3f5c4;
	border-style: solid;
	border-width: 2px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 6px;
	position: relative;
}

ul.hoverbox
{
	background: #080000;
	margin-top: 30px;
	width: 550px;
	height: 550px;
}

.hoverbox .preview
{
	border-color: #f3f5c4;
	width: 200px;
	height: 150px;
}
