.hoverbox
{
	cursor: default;
	list-style: none;
	width: 170px;
	height: 400px;
	position : absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: none;
	top: 0px;
}

.hoverbox a
{
	cursor: default;
	
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left:-628px;
	border-top: #000 solid 13px;
	border-bottom: #000 solid 14px;
	z-index: 1;
}
/* code to reposition image files in the gallery */


div#l1
{
	position: absolute;
	left: 37px;
	top: -7px;
}

div#r1
{
	position: absolute;
	left: -43px;
	top: -7px;
}

div#l2
{
	position: absolute;
	left: 37px;
	top: -87px;
}

div#r2
{
	position: absolute;
	left: -43px;
	top: -87px;
}

div#l3
{
	position: absolute;
	left: 37px;
	top: -167px;
}

div#r3
{
	position: absolute;
	left: -43px;
	top: -167px;
}

div#l4
{
	position: absolute;
	left: 37px;
	top: -247px;
}

div#r4
{
	position: absolute;
	left: -43px;
	top: -247px;
}

div#l5
{
	position: absolute;
	left: 37px;
	top: -327px;
}

div#r5
{
	position: absolute;
	left: -43px;
	top: -327px;
}
/* thumbnail code */
.hoverbox img
{
	background: #fff;
	border: solid 0px;
	padding: 0px;
	vertical-align: top;
	width: 80px;
	height: 80px;
}



.hoverbox li
{
	border: none;
	display: inline;
	float: left;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	position: relative;
}

.hoverbox .preview
{
	width: 582px;
	height: 388px;

}

/* code for the portrait version of the pictures */

.hoverbox a .preview_portrait
{
	display: none;
}

.hoverbox a:hover .preview_portrait
{
	display: block;
	position: absolute;
	top: 7px;
	left: 50%;
	margin-left:-628px;
	width: 276px;
	height: 415px;
	z-index: 1;
	border-left: #000 solid 153px;
	border-right: #000 solid 153px;
}
