
/***********************************************/
/* Hoverbox                                    */
/***********************************************/


.hoverbox
{
	cursor: default;
	list-style: none;
	padding: 0px;
	margin: 0px;

}

.hoverbox a
{
	cursor: hand;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -25px;
	z-index: 1;
}

.hoverbox img
{
	background: #ffffff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 67px;
}

.hoverbox li
{
	display: inline;
	float: left;
	margin: 1px;
	padding-left: 20px;
	position: relative;
	width: 112px;
	height: 94px;
	text-align: center;
	line-height: 18px;
}

.hoverbox .preview
{
	border-color: #3E96FF;
	width: 192px;
	height: 128px;
}
/***********************************************/
/* Hoverbox  Portrait                          */
/***********************************************/


.hoverbox1
{
	cursor: default;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 570px;
}

.hoverbox1 a
{
	cursor: hand;
}

.hoverbox1 a .preview
{
	display: none;
}

.hoverbox1 a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: 25px;
	z-index: 1;
}

.hoverbox1 img
{
	background: #ffffff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 94px;
	height: 140px;
}

.hoverbox1 li
{
	background: url(../images/img_galleryframe.gif no-repeat center);
	display: inline;
	float: right;
	margin: 1px;
	padding: 0px;
	position: relative;
	width: 180px;
	height: 180px;
	text-align: center;
	line-height: 18px;
}

.hoverbox1 .preview
{
	border-color: #3E96FF;
	width: 128px;
	height: 192px;
}

/***********************************************/
/* Hoverbox  Large                             */
/***********************************************/


.hoverbox2
{
	cursor: default;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 570px;
}

.hoverbox2 a
{
	cursor: hand;
}

.hoverbox2 a .preview
{
	display: none;
}

.hoverbox2 a:hover .preview
{
	display: block;
	position: absolute;
	top: -15px;
	left: 25px;
	z-index: 1;
}

.hoverbox2 img
{
	background: #ffffff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 140px;
	height: 94px;
}

.hoverbox2 li
{
	background: url(../images/img_galleryframe.gif no-repeat center);
	display: inline;
	float: right;
	margin: 1px;
	padding: 0px;
	position: relative;
	width: 250px;
	height: 180px;
	text-align: center;
	line-height: 18px;
}

.hoverbox2 .preview
{
	border-color: #3E96FF;
	width: 192px;
	height: 128px;
}