


.hoverbox
{
	cursor: default;
	list-style: none;
	width:100%;
}

.hoverbox ul {
}

.hoverbox a:link , a:active , a:visited, a:hover{
 text-decoration: 	none;

}
.hoverbox a
{
	cursor: default;
	text-decoration: none;
}

.hoverbox a .preview
{
	display: none;
	text-decoration: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
	text-decoration: none;	
}

.hoverbox img
{
	background: maroon;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	/*width: 250px;
	height: 166px;*/
}

.hoverbox li
{
	/*background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;*/
	color: inherit;
	margin: 3px;
	padding: 5px;
	display: inline;
	float: left;
 	 width:150px;
  	height: 220px;	
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	/*width: 560px;
	height: 372px;*/
}

