/******************/
/*UI*/
/******************/
#mbContainer{ cursor:pointer; }
#mbCenter{z-index:100001 !important;}
#mbOverlay{z-index:100000 !important; height: 100% !important;}

/*#mbCenter{width:auto !important; height:auto !important;}*/


#fotogalerie{clear:both; padding:20px 0 20px 0; }
#fotogalerie .credits {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin: 0 0 30px 0;
}
#fotogalerie .credits em {
	color: #999;
}
#fotogalerie .backlink a {
	font-size: 10px;
	text-decoration: none;
	color: #AAA;
}
#fotogalerie .backlink a:hover,
#fotogalerie .backlink a:visited:hover {
	color: #000;
}
#fotogalerie img {
	border: none;
}
#fotogalerie #page_nav {
	color: #999;
	clear:both;
	text-align: center;
}
#fotogalerie #page_nav a:link, #fotogalerie #page_nav a:visited, #fotogalerie #page_nav a:hover, #fotogalerie #page_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
#fotogalerie #breadcrumb_nav {
	color: #999;
	clear:both;
}
#fotogalerie #breadcrumb_nav a:link, #fotogalerie #breadcrumb_nav a:visited, #fotogalerie #breadcrumb_nav a:hover, #fotogalerie #breadcrumb_nav a:visited:hover {
	text-decoration: none;
	color: #222;
}
#fotogalerie a {
	color: black;	
}
#fotogalerie #container {
	overflow: auto;
	width: 100%
}
#fotogalerie .hidden {
	visibility: hidden;
	position:absolute;
	top:0;
	left:0;
	display:inline;
}

/* ---------- gallery styles start here ----------------------- */
#fotogalerie .gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	width: <% gallery_width %>;
	
}

#fotogalerie .gallery li {
	padding: 5px;
	margin: 0;
	float: left;
	position: relative;
	/*width: 130px;
	height: 130px;*/
}
#fotogalerie .gallery li:hover img {
	border:1px solid #3377f8;
	background: #eef7fd;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#fotogalerie .gallery img {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 5px;
}
#fotogalerie .gallery em {
	background: #fff url(../inc/nano/images/grey-gradient.gif) repeat-y;
	color: #f36700;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #ddd;
	border-left-color: #ddd;
}
#fotogalerie .gallery a {
	text-decoration: none;
}
#fotogalerie .gallery a:hover em {
	background: #f36700 url(../inc/nano/images/orange-gradient.gif) repeat-y;
	border-color: #f36700;
	color:#fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#fotogalerie .newversion {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}
#fotogalerie .newversion a img {
	background-color: transparent;
	color: white;
	border: none;
	text-decoration: none;
}