

/* =imgboxV Code
----------------------------------------------------------------------*/

.imgboxV
{
	cursor: default;
	list-style: none;
	font-size: 14px;
}

.imgboxV a
{
	cursor: default;
}
.imgboxV ul
{
padding: 110px;
margin: 0;
list-style-type: none;
}

.imgboxV a .preview
{
	display: none;
}

.imgboxV a:hover .preview
{
	display: block;
	position: absolute;
	top: -80px;
	right: 120px;
	z-index: 1;
}

.imgboxV img
{
	background: #fff;
	border-color: #990033;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 177px;
	height: 118px;
}

.imgboxV li
{
	background: #fff;
	border-color: #990033;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 1px;
	position: relative;

}

.imgboxV .preview
{
	border-color: #000;
	width: 460px;
	height: 306px;
}