header {
	right: 0;
	bottom: 4em;
	
}
#loader .cell .clock {
    background-image: url('../indexdata/graphics/include/panotours-round-01a.png'); 
}	
h1, h2, p, a {
	text-transform: none !important;
	
}
a.kolorAreaCloseBtn {
    background: url('../indexdata/graphics/include/cancel-2.png') no-repeat !important;
	top: 3px !important;
	right: 3px !important;	
}
#commands-optional {
	top: 15px;
	right: 22px;
	padding: 3px 2px 0 2px;
	background-color: #eee;
}
#commands-optional .autorotation {
	display: none;	
}
#commands {}

#commands-optional a.fullscreen.enter {
    background-image: url(../img/full_screen.png);
}

#description .kolorAreaTitle {
	
	text-align: center;
}
#description .kolorAreaContent {
	color: white;
	
	font-size: 16px;
	font-weight: 800;
	
}
#gallery img {
	border: 2px #8ec63f solid !important;
    -webkit-box-shadow: #8ec63f 0px 0px 10px;
    -moz-box-shadow: #8ec63f 0px 0px 10px;
    box-shadow: #8ec63f 0px 0px 10px;
	
}
#gallery .kolorBoxBody {	
	position: relative;
}
#gallery div.kolorBoxBodyLeft {
	border: 2px #8ec63f solid !important;
    -webkit-box-shadow: #8ec63f 0px 2px 10px;
    -moz-box-shadow: #8ec63f 0px 2px 10px;
    box-shadow: #8ec63f 0px 2px 10px;
	
    float: left;
    width: 200px;
    text-align: justify;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: 20px;
    z-index: 9999;
    background: white;
    height: auto !important;
    padding: 10px;
}
#gallery div.kolorBoxBodyCenter {    
    width: 100% !important;
}
a.closeBtn {
    background: url(../img/close.png) no-repeat !important;
	opacity: 1;
    -webkit-transition: transform 0.2s,opacity 0.2s;
    -moz-transition: transform 0.2s,opacity 0.2s;
    -ms-transition: transform 0.2s,opacity 0.2s;
    transition: transform 0.2s,opacity 0.2s;
}
a.closeBtn:hover {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}


#scene.layered-visible {
   
}