

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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 200px;
	left: 10px;
	z-index: 1;
}

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

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

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 201px;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 100%;
	z-index: 1;
}

* html .hoverbox a:hover .preview
{
	top: -38px;
	left: -175px;
}

* html .hoverbox li
{
	position: static;}
	
	
	


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

.hoverboxL a
{
	cursor: default;
}

.hoverboxL a .preview
{
	display: none;
}

.hoverboxL a:hover .preview
{
	position:absolute;
	display: block;
	position: absolute;
	top: 400px;
	right: 28px;
	z-index: 1;
}

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

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

.hoverboxL .preview
{
	border-color: #000;
	width: 300px;
	height: 201px;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverboxL a
{
	position: relative;
}

* html .hoverboxL a:hover
{
	font-size: 100%;
	z-index: 1;
}

* html .hoverboxL a:hover .preview
{
	top: -38px;
	right: 50px;
}

* html .hoverboxL li
{
	position: static;


