﻿.outer {
    width: 1px; /* Or zero, or something very small */
    margin: auto;
    overflow: visible;
    background: transparent; /* A color just for debug */
}

.inner {
    position: absolute;
    margin-left: 205px;
    margin-top: -40px;
    background: yellow; /* A color just for debug */
    width: 100px; /* Depending on the desired effect, width might be needed */
    background: transparent; /* A color just for debug */
    z-index: 1000;
}

.bigcenter {
    margin-left: auto;
    margin-right: auto;
    width: 790px;
    z-index: -1;
}

* {
    outline: none;
}

html {
    background-color: white;
    margin: 0;
    padding: 0;
}

.numeric_controls.slide_controls, .arrow_controls.slide_controls {
    opacity: 1 !important;
}

#body {
    clear: both;
    color: black;
    font-size: 1em;
    margin: 0;
    margin-top: 25px;
    padding: 0;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    font-size: large;
}

.mainframe {
}

.minorframe {
    margin: 25px;
}

.border {
    border: solid 1px #000000;
}

.noborder {
    border: none;
}

.clearButton {
    border: none;
    background-color: transparent;
    color: gray;
}

.categoryLabels {
    font-size: .5em;
    display: normal;
}

#container {
    text-align: justify;
    max-width: 100%;
    max-height: 100px;
}

.box69 {
    display: inline-block;
    *display: inline;
    width: 790px;
}

.box1, .box2, .box3, .box4 {
    width: 100px;
    display: inline-block;
    *display: inline;
}

.box11, .box12, .box13, .box14 {
    width: 150px;
    height: 100px;
    display: inline-block;
    *display: inline;
}

.box15, .box10 {
    display: inline-block;
    *display: inline;
}

.rightArrowBig {
    width: 27px;
    height: 57px;
}

.leftArrowBig {
    width: 27px;
    height: 57px;
}

.stretch {
    width: 100%;
    display: inline-block;
}

.images {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
}

a {
    color: black;
    outline: none;
    text-decoration: none;
    border-style: none;
    border: none;
}

    a:link,
    a:visited,
    a:active,
    a:hover {
        color: black;
    }

    a:hover {
        color: gray;
    }

button:hover {
    color: gray;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.verysmallfont {
    font-size: xx-small;
}

.verybigfont {
    font-size: xx-large;
}
