/* Hoverbox Code Compliments of Nathon Smith http://sonspring.com/
----------------------------------------------------------------------*/

.hoverbox
{
	width: 490px;
	cursor: default;
	position: relative;
}

.hoverbox a
{
	cursor: hand;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox .preview
{
	width: 22px;
	height: 23px;
}
@charset "utf-8";

.test /* CSS Document */

 a {
	font: 16px verdana;
	width: 100px;
	color: #FFCC33;
	cursor: default;
	text-decoration: none;
}
.test  a:hover {
	text-decoration: none;
	border: none;
}
.test  a  span {
	display: none;
	padding: 5px;
	color: #000000;
	font-size: 12px;
	width: 400px;
	height: 200px;
	background-image: url(../images/abcdual.jpg);
	background-repeat: no-repeat;
}
.test  a:hover  span {display: block;}
