/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox2-wrapper{width:400px; margin-top:30px;}

.hoverbox2-wrapper ul{margin-left:0; padding-left:0;} /*add margin-left & padding-left to stop the ul from indenting to the right*/

.hoverbox2
{
	cursor: default;
	list-style: none;
}

.hoverbox2 a
{
	cursor: default;
}

.hoverbox2 a .preview
{
	display: none;
}

.hoverbox2 a:hover .preview
{
	display: block;
	position: absolute;
	/*top: 20px;*/
	bottom:20px;
	/*left: 10px;*/
	z-index: 1;
}

.hoverbox2 img
{
	background: #fff;
	border-color: #7880E8;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	margin-bottom:5px;
	vertical-align: top;
	width: 115px;
	height: 49px;
}

.hoverbox2 li
{
	/*background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;*/
	display: inline;

	margin: 2px;
	padding: 2px;
	position: relative;
}

.hoverbox2 .preview
{
	border-color: #000;
	width: 500px;
	height: 211px;
}
