div.preview_application {
    margin-bottom: 10px;
    width: 974px;
    height: 52px;
    position: relative;
    overflow: hidden;
}
div.preview_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/preview/pics/background.png);
}
div.preview_canvas {
    height: 31px;
    background-color: #373737;
    position: absolute;
    top: 10px;
}
div.preview_ad {
    width: 974px;
    height: 100%;
    background-image: url(/preview/pics/banner.png);
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
}
div.preview_game {
    height: 100%;
    width: 526px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}

div.preview_clickable {
    width: 510px;
    height: 31px;
    position: absolute;
    top: 10px;
    left: 230px;
    cursor: pointer;
}

div.preview_arrow_left {
    width: 35px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 8px;
    background-image: url(/preview/pics/button_left.png);
    background-repeat: no-repeat;
    background-position: 0px 50px;
}
div.preview_arrow_right {
    width: 35px;
    height: 46px;
    position: absolute;
    top: 0px;
    left: 928px;
    background-image: url(/preview/pics/button_right.png);
    background-repeat: no-repeat;
    background-position: 0px 50px;
}
div.preview_begin {
    width: 160px;
    height: 52px;
    line-Height: 52px;
    position: absolute;
    top: 0px;
    left: 760px;
    font-family: Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #313131;
    text-align: left;
}
div.preview_season {
    width: 140px;
    height: 52px;
    line-Height: 52px;
    position: absolute;
    top: 0px;
    left: 70px;
    font-family: Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #313131;
    text-align: left;
}
div.preview_home_team {
    width: 200px;
    height: 52px;
    line-height: 31px;
    position: absolute;
    top: 0px;
    left: 230px;
    font-family: Verdana, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    text-transform: uppercase;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-position: 210px 2px;
}
div.preview_vs {
    width: 30px;
    height: 52px;
    line-height: 31px;
    position: absolute;
    top: 0px;
    font-family: Verdana, Helvetica;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}
div.preview_away_team {
    width: 200px;
    height: 52px;
    line-height: 31px;
    position: absolute;
    top: 0px;
    left: 500px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}
