/*.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 100!IMPORTANT;
}

.hoverbox img
{
	background: #fff;
	border-color: #DADADA !IMPORTANT;
	border-style: solid;
	border-width: 3px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
	padding: 5px !IMPORTANT;

	
}*/

.hoverbox
{
	cursor: default;
	list-style: none;
	position: relative;
	display: block;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -120px;
	left: -45px;
	.top: -160px;
	.left: -80px;
	z-index: 100;
}

.hoverbox img
{
	background: #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 109px;
	height: 72px;
	padding:0px!IMPORTANT;
	margin:0px!IMPORTANT;
	border:0;
}

.hoverbox div
{
	
	background-color:#EEEEEE;
	color:#777777;
	float:left;
	font-family:"Times New Roman",Times,serif;
	height:140px;
	margin-bottom:20px;
	margin-right:20px;
	padding:6px;
	position:relative;
	width:120px;
	display: block;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

.imagenUl
{
	z-index: 1;
}