/*Portfolio Lightbox classes */
.lightboxgallery {
	width: 100%;
	text-align: center;
	margin: 1em auto 0;
	padding: 0;
}
.frame
{
	background-color: #323232;
	border-style: solid !important;
	border-width: 1px !important;
	width: 150px !important;
	float: left !important;
	text-align: center !important;
	overflow: hidden !important;
	height: 150px !important;
	border-color: #999999 !important;
	margin: 10px 0px 5px 10px !important;
	position: relative !important;
	color: inherit;
}
.framevertical 
{
	margin-top:10px;
}
.framehorizontal 
{
	margin-top:30px;
}
.gallerythumb
{
	background-color: #4b4b4b !important;
	padding: 4px !important;
	margin: 0 auto !important;
	color: inherit;
	border: #e6e6e6 1px solid;
} 
.gt-vertical
{
	width:80px;
	height:120px;
}
.gt-horizontal
{
	width:120px;
	height:80px;
}
.fotostitel
{
	color: #e4eeff;
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps;
}
.recentdagen
{
	color: #e4eeff;
	font-size: 0.8em;
}
