/*
{
	border: 0;
	margin: 0;
	padding: 0;
}
*/


/* =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: -33px;
	left: -45px;
	z-index: 700;
}

.hoverbox img
{
	background: #fff;
   border-color: #ccc;
	border-style: solid;
	border-width: 1px;   
	color: inherit;
  padding: 2px;
   vertical-align: middle;
	width: 100px;
	height: 70px;
    margin:1em auto;
}

.hoverbox li
{
	background: #eee;
 /*	border-color:  #ccc;
	border-style: solid;
	border-width: 1px;      */
	color: inherit;
	display: inline;
	float: none;
	margin: auto;
   /*	padding: 5px;     */

}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: auto;
}
