body, html {
    width:100%;
    height:100%
}
body { 
    margin:0; padding:0; 
}
.screen {
    overflow:hidden;
    position:absolute;
    background-color:#000;
} 

.fullscreen {
	left:0;
	top:0;
	margin:0 !important;
	width:100% !important;
	height:100% !important;
}

.inactive-fullscreen {
    left:50%;
    top:50%;
    margin-left:-9999px;
    margin-top:-9999px;
    /*
    box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    border:1px solid #000;
    */
    width:1280px;
    height:551px;
}

.inactive-fullscreen {
    left:0% !important;
    top:0% !important;
    margin-left:0 !important;
    margin-top:0 !important;   
}


 
.container .freez {
    width:100%;
    height:100%;
    position:absolute;
    z-index:999;
    cursor:wait; 
}


 
#image-reel, .reel-panning, .reel-panning * {
    cursor: default !important;
}
.reel-preloader {
    display: none; 
}

div[id^="hotspot_"] {
    background-image: url("../images/hotspot_animate_ex.png");
    background-position: center 0;
    cursor: pointer;
    height: 36px;
    width: 36px;
 	visibility:hidden;
 

}

div[id^="hotspot_"] a {
    display: block;
 	width:100%;
	height:100%;
}

