


/* =imgbox Code
----------------------------------------------------------------------*/

.imgboxV
{
	cursor: default;
	list-style: none;
	float:right;
	width: 200px;
	font-size: 11px;
	text-align: center;
	color: #9A344A;
}

.imgboxV a 
{
	cursor: default;
}

.imgboxV a .preview
{
	display: none;
}

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

.imgboxV img , .imgboxH img
{
	background: #fff;
	border-color: #990033;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	margin: 1px;
	vertical-align: top;
	width: 200px;
	height: 133px;
}

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

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