

.div
{
	
	font: 10px Verdana, sans-serif;
	padding: 0px 0;
	text-align: right;
    font color: #cccccc;
}


.testboxhor {
	
    font-size: 11px;
	line-height: 33px;
	margin-top: 10px;
	font color: #cccccc;
    text-align: center ;		
}


.testboxhor .hoverbox img
{
	vertical-align: top;
 	width: 120px;
    height: 120px;
	border: 0px solid #000;
	margin: 0px;
	padding: 0px;
}

.testboxhor .hoverbox .preview
{
	width: 350px;
	height: 350px;
	border-width: 2px;
}

.testboxhor .hoverbox li
{
	border-style: none;
	display: inline;
	float: right;
	margin: 0px 10px 5px 0px;
	padding: 0px;
	position: relative;
}

.testboxhor .hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -210px;
	left: -180px;
	z-index: 1;
}



/* Hoverbox (global)
---------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin-top: -95px;
	margin-left: 0px;
    margin-right: -30px;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 150px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}
