body {
    position: fixed;
    z-index: -9999;
    overflow: hidden;
    height: 100%;
    width: 100%;
    font-family: MS Sans Serif, Geneva, sans-serif;
    background: url(../images/thisbg2.jpg)
    }

#blank {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%
    }

.root_bg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    position: fixed;
    bottom: 0;
    width: 111px;
    height: 115px;
    z-index: 1000;
    display: none
    }

.root_bg:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    position: fixed;
    bottom: 0;
    width: 111px;
    height: 115px;
    z-index: 1000;
    display: none
    }

h2 {
    font-size: 12px
    }

p {
    font-size: 11px;
    color: #FFF
    }

.links {
    width: 460px;
    font-size: 12px;
    position: fixed;
    bottom: 8px;
    left: 126px;
    color: #BBB;
    background-color: #DDD;
    padding: 4px;
    pointer-events: auto
    }

a:link {
    color: #000;
    text-decoration: none;
    position: relative
    }

.currentLink {
    padding: 1px;
    background-color: rgba(100, 100, 100, 0.5)
    }

.currentStatus {
    padding: 1px;
    background-color: rgba(100, 100, 100, 0.5)
    }

a:visited {
    color: #000;
    text-decoration: none;
    position: relative
    }

a:hover {
    color: rgba(100, 100, 100, 0.5);
    text-decoration: none;
    position: relative
    }

img {
    float: left;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
    }

img:hover {
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    filter: alpha(opacity=98);
    opacity: 0.98;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
    }

#intro_bg {
    width: 1572px;
    height: 1016px;
    position: fixed;
    z-index: 2000;
    left: 50%;
    top: 50%;
    margin: -508px 0 0 -786px
    }

.viewbuttons {
    font-size: 12px;
    position: fixed;
    width: 100px;
    bottom: 8px;
    left: 8px;
    background-color: #DDD;
    padding: 4px;
    pointer-events: auto
    }

.statusbuttons {
    font-size: 12px;
    position: fixed;
    width: 100%;
    bottom: 8px;
    left: 604px;
    background-color: #DDD;
    padding: 4px;
    pointer-events: auto
    }

.threedview {
    float: left
    }

.invisible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
    }

.container {
    position: fixed;
    width: 100%;
    height: 100%
    }

#experiment {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    z-index: 0;
    -webkit-animation-name: experimentor;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out
    }

#cube.cubeclass {
    position: relative;
    height: 400px;
    width: 950px;
    z-index: 3;
    margin: auto 50%;
    left: -475px;
    top: 120px
    }

div.face {
    position: relative;
    height: 81px;
    width: 171px;
    padding: 4px;
    float: left
    }

.small01, .small02, .small03, .small04, .small05, .small06, .small07, .small08, .small09, .small10, .small11, .small12, .small13, .small14, .small15, .small16, .small17, .small18, .small19, .small20 {
    z-index: 300;
    width: 171px;
    height: 81px
    }

.inactiveslide {
    visibility: hidden;
    -webkit-transition: all 0.2s cubic-bezier(0, 1, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0, 1, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0, 1, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 1, 0.58, 1)
    }

.currentslide {
    z-index: 9998;
    position: fixed;
    margin: 50% 50%;
    top: -232px;
    left: -342px;
    visibility: visible; !important;
    width: 684px;
    height: 324px;
    -webkit-transition: all 1s cubic-bezier(0, 1, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0, 1, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0, 1, 0.58, 1);
    transition: all 1s cubic-bezier(0, 1, 0.58, 1);
    -webkit-transform: translatez(9999px);
    -moz-transform: translatez(9999px);
    -o-transform: translatez(9999px);
    -ms-transform: translatez(9999px);
    transform: translatez(9999px)
    }

#blank {
    display: none
    }

img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    position: relative;
    float: left;
    top: 0 !important;
    left: 0 !important;
    pointer-events: auto
    }

div[id^="project"] {
    pointer-events: auto
    }