﻿#showcase-group 
{
    width: 100%;
    position: relative;
}

#showcase-button 
{
    position: absolute;
    display: none;
    z-index: 99;
    top: 0px;
    right: 0px;
    width: 200px;
    height: 200px;
    background-image: url('/media/buttons/showcase/countdown-timer.png');
    background-repeat: no-repeat;
}

#showcase-button-clock {
    position: absolute;
    top: 82px;
    left: 0px;
    width: 100%;
    height: 50px;
    font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
    font-weight:normal;
    text-align: center;
    color: white;
}

.showcase
{
    width: 100%;
}

    .showcase .slide
    {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;        
        width: 100%;
        height: 200px;
        position: relative;
        margin: 0 auto;
        padding: 0 25px;

    }

        .showcase .slide a
        {
            position: absolute;
            top: 0px;
            left: 0px;
            display: block;
            width: 100%;
            height: 100%;
            background-color: white; /* This background color and opacity */
            opacity: 0; /* hack is required for IE browsers  */
            filter: alpha(opacity=0); /* ditto... For IE8 and earlier      */
        }


    .showcase .imagebox
    {
        float: right;
        height: 100%;
        display: block;
    }

        .showcase .imagebox table
        {
            border-collapse: collapse;
            height: 100%;
            padding: 0;
            margin: 0;
        }

        .showcase .imagebox td
        {
            vertical-align: middle;
        }

        .showcase .imagebox img
        {
            max-height: 180px;
            max-width: 400px;
            padding: 0 0 0 20px;
        }

    .showcase .contentbox
    {
        padding-right: 20px;
        display: block;
    }

        .showcase .contentbox h1
        {
            font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
            text-transform: capitalize;
            font-size: 18pt;
            color: #808080;
            margin: 10px 0 10px 0;
        }

        .showcase .contentbox p
        {
            font-family: Cambria, Georgia, serif;
            font-size: 12pt;
            color: #060606;
            margin: 0 0 5px 0;
        }

    .showcase .pricebox
    {
        float: left;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        font-size: 18pt;
        padding: 0;
        margin: 0;
    }
