body {
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    font-family: 'Droid Sans', arial;
    background-image: url("bg9.png");
    background-color: #111;
}
a {
    color: white;
    text-decoration: none;
    outline: 0;
    border: 0;
}
img {
    outline: 0;
    border: 0;
}
.content-holder {
    position: absolute;
    height: 100%;
    min-height: 600px;
    min-width: 101%;
}
.content {
    position: absolute;
    top: 49%;
    height: 500px;            
    margin-top: -250px;
}
.button-area {
    position: relative;
    float: left;
    width: 200px;
    height: 498px;
    background-color: #111;
    background-image: url("bg2_mod.png");
    border-top: 1px solid #000;
    border-bottom: 1px solid #222;
}
.slide-area {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 500px;
    overflow: hidden;
    background: #e5e5e5;
}
.slide-slider {
    position: absolute;
    top: 0px;
    left: 200px;
}
.clear {
    clear: both;
}
.shadow {
    -moz-box-shadow: -5px 8px 30px 2px #000; 
    -webkit-box-shadow: -5px 8px 30px 2px #000; 
    box-shadow: -5px 8px 30px 2px #000;
}
.slide-section {
    margin: 0px;
    float: left;
}
.slide-text {
    background-color: #eee;
    color: #111;
    font-size: 1.2em;
    overflow-y: auto;
    height: 500px;
    background-image: url("bg2_mod_light.png");
}
.slide-quote {
    font: verdana;
    background-color: #eee;
    color: #f00;
    font-size: 2.8em;
    font-weight: bold;
    overflow-y: auto;
    height: 500px;
    background-image: url("bg2_mod_dark.png");
}
.slide-inner {
    padding: 10px 50px 10px 10px;
}
.slide-footer {
    position: absolute;
    bottom: 5px;
    padding: 10px 50px 10px 10px;
}
.invisible {
    display: none;
}
.text-holder {
    display: inline;
}
.button {
    display: block;
    position: relative;
    padding: 20px 25px 20px 15px;
    font-weight: bold;
    height: 12.75px;
    font-size: 1.75em;
    line-height: 12.75px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #222;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(100,100,100,0.25)), to(rgba(0,0,0,0.3)));
    background-image: -webkit-linear-gradient(top, rgba(100,100,100,0.25), rgba(0,0,0,0.3));
    background-image: -moz-linear-gradient(top, rgba(100,100,100,0.25), rgba(0,0,0,0.3));
    color: white;
    color: rgba(255,255,255, 0.9);
    text-shadow: 1px 4px 6px #000, 0 0 0 #fff, 1px 4px 6px #000;
    float: left;
    width: 160px;
}
.img-button {
    height: 128px;
}
.button .selected-img {
    display: none;
}
.button .unselected-img {
    display: inline;
}
.selected {
    color: rgba(255,0,0, 0.9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(rgba(30,30,30,0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(30,30,30,0.6));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(30,30,30,0.6));
    text-shadow: 1px 4px 6px #000, 0 0 0 #f00, 1px 4px 6px #000;
}
.selected .selected-img {
    display: inline;
}
.selected .unselected-img {
    display: none;
}
.button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(rgba(30,30,30,0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(30,30,30,0.6));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(30,30,30,0.6));
}
.button:active {
    color: red;
    color: rgba(255,0,0, 0.9);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(rgba(30,30,30,0.6)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(30,30,30,0.6));
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(30,30,30,0.6));
    text-shadow: 1px 4px 6px #000, 0 0 0 #f00, 1px 4px 6px #000;
}
.button:active img.selected-img{
    display: inline;
}
.button:active  img.unselected-img{
    display: none;
}
.text-link {
    color: #FCB60E;
}
.text-link:hover {
    color: #7A7A7A;
}
.footer {
    color: #888888;
    font-size: 0.99em;
    position: fixed;
    bottom: 2px;
    right: 12px;
    z-index: -1;
    text-shadow: 0.2em 0.2em #252525;
}
.warning {
    margin: 20px;
    padding: 5px;
    font-size: 2em;
    font-weight: bold;
    background: white;
    border: 1px solid red;
    display: none;
}

