*
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

/*p a
{
	background: inherit;
	color: #777;
} */

p a:hover
{
	background: inherit;
	color: #000;
}

.editareahoverbox1
{
	float:left;
	width:700px;
	height:auto;
	margin:auto auto 5px auto;  /*1px 5px 35px 25px */
	
	}


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

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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	 display: block;  
	position: absolute; 
	top:-80px; /*-33px */
	left:-25px; /*-45px */
	z-index: 1; /*1  */
	
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: auto;  /*200px */
	height: auto;  /*150px */
}