/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox{
	padding-top:0px;
	margin-top:0px;
	cursor: default;
	list-style: none;
}

.hoverbox a{
	cursor: default;
}

.hoverbox a .preview{
	display: none;
}

.hoverbox a:hover .preview{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.hoverbox img{
	background: #ffffff;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
	width: 111px;
	height: 74px;
}

.hoverbox li
{
	display: inline;
	float: left;
	padding: 14px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #fff;
	width: 200px;
	height: 150px;
}

.gallerybox
{
	padding-top:0px;
	margin-top:0px;
	cursor: default;
	list-style: none;
}



.gallerybox img
{
	background: #ffffff;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
	width: 111px;
	height: 74px;
}

.gallerybox li
{
	display: inline;
	float: left;
	padding: 14px;
	position: relative;
}

.gallerybox .preview
{
	border-color: #fff;
	width: 200px;
	height: 150px;
}

#popup_overlay{
	background:#000000;

}