html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	color:#000;
	overflow: hidden;
}
div#galleria {
	position:relative;
	margin:0 auto;
	width:100%;
	background:#000;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}
div#galleria.home {
	background: url('/imagefiles/background.jpg') bottom left no-repeat;
}

div#galleria.home img.bg {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
  position: absolute;
  bottom: 0;
  left: 0;
}

.introbox {
	top: 0;
	bottom: 0;
	position: absolute;
}
.introbox-outer {
	position: fixed;
	top: 80px;
	bottom: 80px;
}
.introbox-inner {
	background: #fff;
	padding: 10px;
	opacity: 0.8;
	height: 240px;
	/* height: 100%; */
	/* min-height: 300px; */
}
.span300px {
	width: 300px !important;
}
/* keep this as backup
.introbox-inner {
	background: #fff;
	position: fixed;
	top: 80px;
	bottom: 80px;
	padding: 10px;
	opacity: 0.8;
}
*/
div.galleria-info {
	width: 80%;
	bottom: 15px;
	top:auto;
	left: 10%;
	z-index: 2;
	position: absolute;
	opacity: 0.7;
}
div.menuhover2 {
	width:90%;
	height:80px;
	margin:0 auto;
	position:absolute;
	top:0px;
	z-index:1000;
}
div#menuouter {
	opacity:0.8;
	width:100%;
	margin: 0px;
	position:absolute;
	top:0px;
	/* display:none; */
	z-index:100;
}
div#menuinner {
	background:none;
	opacity:1.0;
	margin: 5px;
	width:99%;
	position:relative;
	z-index:1000;

}
div.menu2 {
	background:#de9a44;
	opacity:1;
	margin:3px;
	width:80px;
	height:40px;
	float:left;
}
div.overlay2 {
	background:none;
	opacity:0.5;
	height:50px;
	width:150px;
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	z-index:100;
}
.btn {
	opacity:1;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
	display: block;
}
.navbar .brand {
	padding: 0px;
}
.dropdown-menu {
	margin: 0px;
}
.galleria-image-nav-left,.galleria-image-nav-right{
	background-color: rgba(0, 0, 0, 0.75);
	height: 100px;
}
.galleria-image-nav-left{
	background-position: 20px 35px;
}
.galleria-image-nav-right{
	background-position: -275px 35px;
}