﻿
    html {
        height:100%;
    }
    body {
        height:100%;
        overflow: hidden;
        min-width:950px;
        margin:1px;
    }
    #flipcountdownboxTime {
        float:right;
        margin-left: 1%;
        margin-top: 1%;
    }
    #logo {
        float: left;
        max-width:200px !important;
        height:auto !important;
    }

    #results {
        overflow: hidden;
        overflow-x: hidden;
        margin: auto;
        width: 1024px;
        height: 100%;
    }

    #frame {
        border: none;
        width: 100%;
        height: 1180px;
        margin-left: 7px;
        transform: scale(1.84);
        /*-webkit-transform: scale(1.84);*/
        
    }
    #my-slideshow {
        width: 100%;
        position: fixed;
        height: 160px;
        bottom:0;
        background-color: white;
    }
    .anythingSlider-default .anythingWindow {
        border-top: 10px solid white !important;
        border-bottom: 0 !important;    
    }
    .anythingSlider-default.activeSlider .anythingWindow {
        border-color: #FFFFFF !important;
    }
